Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58210 - sandbox/itl/libs/itl/example/large_bitset_
From: afojgo_at_[hidden]
Date: 2009-12-07 05:50:39


Author: jofaber
Date: 2009-12-07 05:50:38 EST (Mon, 07 Dec 2009)
New Revision: 58210
URL: http://svn.boost.org/trac/boost/changeset/58210

Log:
Portability adjustments for gcc. included <limits>. Stable {msvc-9.0}

Text files modified:
   sandbox/itl/libs/itl/example/large_bitset_/large_bitset.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: sandbox/itl/libs/itl/example/large_bitset_/large_bitset.hpp
==============================================================================
--- sandbox/itl/libs/itl/example/large_bitset_/large_bitset.hpp (original)
+++ sandbox/itl/libs/itl/example/large_bitset_/large_bitset.hpp 2009-12-07 05:50:38 EST (Mon, 07 Dec 2009)
@@ -11,6 +11,7 @@
 
 //[large_bitset_includes
 #include <iostream> // to organize output
+#include <limits> // limits and associated constants
 #include <boost/operators.hpp> // to define operators with minimal effort
 #include "meta_log.hpp" // a meta logarithm
 #include "bits.hpp" // a minimal bitset implementation


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