Boost logo

Boost-Commit :

From: gennaro.prota_at_[hidden]
Date: 2008-07-15 16:49:33


Author: gennaro_prota
Date: 2008-07-15 16:49:32 EDT (Tue, 15 Jul 2008)
New Revision: 47456
URL: http://svn.boost.org/trac/boost/changeset/47456

Log:
dynamic_bitset: in example3.cpp, changed #include of boost/dynamic_bitset.hpp to quoted form and moved the directive itself at the top (there has been discussion in the past about using the quoted form for boost includes, but it's almost two years now that the resolution of core issue 370 has been voted into WP...)
Text files modified:
   trunk/libs/dynamic_bitset/example/example3.cpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/libs/dynamic_bitset/example/example3.cpp
==============================================================================
--- trunk/libs/dynamic_bitset/example/example3.cpp (original)
+++ trunk/libs/dynamic_bitset/example/example3.cpp 2008-07-15 16:49:32 EDT (Tue, 15 Jul 2008)
@@ -21,9 +21,10 @@
 
 
 
+#include "boost/dynamic_bitset.hpp"
+
 #include <ostream>
 #include <iostream>
-#include <boost/dynamic_bitset.hpp>
 
 int main()
 {


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