Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59809 - in sandbox/tokenmap: . boost
From: sl_at_[hidden]
Date: 2010-02-21 10:30:09


Author: sl_
Date: 2010-02-21 10:30:08 EST (Sun, 21 Feb 2010)
New Revision: 59809
URL: http://svn.boost.org/trac/boost/changeset/59809

Log:
initial checkin
Added:
   sandbox/tokenmap/
   sandbox/tokenmap/boost/
   sandbox/tokenmap/boost/tokenmap.hpp (contents, props changed)

Added: sandbox/tokenmap/boost/tokenmap.hpp
==============================================================================
--- (empty file)
+++ sandbox/tokenmap/boost/tokenmap.hpp 2010-02-21 10:30:08 EST (Sun, 21 Feb 2010)
@@ -0,0 +1,19 @@
+// Boost.Tokenmap
+//
+// Copyright (c) 2009 Slawomir Lisznianski
+//
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+// See www.boost.org/libs/bimap for documentation.
+
+// Convenience header
+
+#include <boost/tokenmap/tokenmap.hpp>
+
+namespace boost
+{
+ using ::boost::tokenmaps::tokenmap;
+}
+


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