|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-01-06 12:45:18
Author: danieljames
Date: 2008-01-06 12:45:18 EST (Sun, 06 Jan 2008)
New Revision: 42538
URL: http://svn.boost.org/trac/boost/changeset/42538
Log:
Add library identification.
Text files modified:
trunk/boost/unordered_map.hpp | 2 ++
trunk/boost/unordered_set.hpp | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/unordered_map.hpp
==============================================================================
--- trunk/boost/unordered_map.hpp (original)
+++ trunk/boost/unordered_map.hpp 2008-01-06 12:45:18 EST (Sun, 06 Jan 2008)
@@ -4,6 +4,8 @@
// 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 http://www.boost.org/libs/unordered for documentation
+
#ifndef BOOST_UNORDERED_MAP_HPP_INCLUDED
#define BOOST_UNORDERED_MAP_HPP_INCLUDED
Modified: trunk/boost/unordered_set.hpp
==============================================================================
--- trunk/boost/unordered_set.hpp (original)
+++ trunk/boost/unordered_set.hpp 2008-01-06 12:45:18 EST (Sun, 06 Jan 2008)
@@ -4,6 +4,8 @@
// 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 http://www.boost.org/libs/unordered for documentation
+
#ifndef BOOST_UNORDERED_SET_HPP_INCLUDED
#define BOOST_UNORDERED_SET_HPP_INCLUDED
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