Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67876 - trunk/libs/random/test
From: steven_at_[hidden]
Date: 2011-01-09 15:07:58


Author: steven_watanabe
Date: 2011-01-09 15:07:57 EST (Sun, 09 Jan 2011)
New Revision: 67876
URL: http://svn.boost.org/trac/boost/changeset/67876

Log:
Get rid of undefined reference errors.
Text files modified:
   trunk/libs/random/test/concepts.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/random/test/concepts.hpp
==============================================================================
--- trunk/libs/random/test/concepts.hpp (original)
+++ trunk/libs/random/test/concepts.hpp 2011-01-09 15:07:57 EST (Sun, 09 Jan 2011)
@@ -11,7 +11,7 @@
 
 #include <boost/concept_check.hpp>
 #include <boost/concept_archetype.hpp>
-# include <boost/concept/requires.hpp>
+#include <boost/concept/requires.hpp>
 #include <boost/mpl/assert.hpp>
 #include <boost/type_traits/is_arithmetic.hpp>
 #include <boost/cstdint.hpp>
@@ -124,7 +124,7 @@
 
     // Type deduction will fail unless the arguments have the same type.
     template <typename T>
- void same_type(T const&, T const&);
+ void same_type(T const&, T const&) {}
 };
 
 }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk