Compare commits

..

2 Commits

Author SHA1 Message Date
94abfb32b8 Create a branch for documentation work.
[SVN r44584]
2008-04-19 14:48:18 +00:00
24117db3ae Include <ios> to get std::boolalpha. Fixes #1586
[SVN r42972]
2008-01-25 21:07:14 +00:00

View File

@ -8,6 +8,7 @@
#include <sstream>
#include <string>
#include <iostream>
#include <ios> // for std::boolalpha
#ifndef BOOST_NO_STD_LOCALE
# include <locale>