diff options
Diffstat (limited to 'libstdc++-v3/include/tr1/random')
-rw-r--r-- | libstdc++-v3/include/tr1/random | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/tr1/random b/libstdc++-v3/include/tr1/random index f90c8d1..5810986 100644 --- a/libstdc++-v3/include/tr1/random +++ b/libstdc++-v3/include/tr1/random @@ -125,7 +125,7 @@ _GLIBCXX_BEGIN_NAMESPACE(tr1) } template<typename _UIntType, int __w, bool = - __w != std::numeric_limits<_UIntType>::digits> + __w < std::numeric_limits<_UIntType>::digits> struct _Shift { static const _UIntType __value = 0; }; |