summaryrefslogtreecommitdiff
path: root/boost/random/uniform_01.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/random/uniform_01.hpp')
-rw-r--r--boost/random/uniform_01.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/random/uniform_01.hpp b/boost/random/uniform_01.hpp
index d32a08546f..9710b766ea 100644
--- a/boost/random/uniform_01.hpp
+++ b/boost/random/uniform_01.hpp
@@ -7,7 +7,7 @@
*
* See http://www.boost.org for most recent version including documentation.
*
- * $Id: uniform_01.hpp 71018 2011-04-05 21:27:52Z steven_watanabe $
+ * $Id$
*
* Revision history
* 2001-02-18 moved to individual header files
@@ -128,7 +128,7 @@ public:
BOOST_STATIC_CONSTANT(bool, has_fixed_range = false);
-#if !defined(BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS) && !(defined(BOOST_MSVC) && BOOST_MSVC <= 1300)
+#if !defined(BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS)
BOOST_STATIC_ASSERT(!std::numeric_limits<RealType>::is_integer);
#endif