Boost logo

Boost-Commit :

From: john.groups_at_[hidden]
Date: 2008-01-08 03:47:54


Author: jtorjo
Date: 2008-01-08 03:47:54 EST (Tue, 08 Jan 2008)
New Revision: 42606
URL: http://svn.boost.org/trac/boost/changeset/42606

Log:
[logging]
v0.13.7, 8 jan 2008
- included <map> in destination::named - many thanks Jens Seidel!
Text files modified:
   sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp | 3 ++-
   sandbox/logging/boost/logging/format/destination/named.hpp | 1 +
   2 files changed, 3 insertions(+), 1 deletions(-)

Modified: sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp (original)
+++ sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp 2008-01-08 03:47:54 EST (Tue, 08 Jan 2008)
@@ -1,7 +1,8 @@
 /**
 @page page_changelog Changelog
 
-_at_section changelog_cur_ver Current Version: v0.13.6, 6 jan 2008
+@section changelog_cur_ver Current Version: v0.13.7, 8 jan 2008
+- included <map> in destination::named - many thanks Jens Seidel!
 - added Jamfiles for building examples/tests - not fully tested yet, since had problems buidling latest boost from SVN
 - added docs about caching messages
 - can cache messages before initialization of logs

Modified: sandbox/logging/boost/logging/format/destination/named.hpp
==============================================================================
--- sandbox/logging/boost/logging/format/destination/named.hpp (original)
+++ sandbox/logging/boost/logging/format/destination/named.hpp 2008-01-08 03:47:54 EST (Tue, 08 Jan 2008)
@@ -32,6 +32,7 @@
 #include <boost/logging/format/destination/convert_destination.hpp>
 #include <boost/logging/format/array.hpp> // array
 #include <vector>
+#include <map>
 #include <boost/type_traits/is_base_of.hpp>
 #include <sstream>
 


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