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...)

[SVN r47456]
This commit is contained in:
Gennaro Prota
2008-07-15 20:49:32 +00:00
parent aa6053121c
commit a8998ae8a0

View File

@@ -21,9 +21,10 @@
#include "boost/dynamic_bitset.hpp"
#include <ostream>
#include <iostream>
#include <boost/dynamic_bitset.hpp>
int main()
{