sync comment with docs

[SVN r27854]
This commit is contained in:
Joaquín M. López Muñoz 2005-03-28 12:53:28 +00:00
parent 82be2525e6
commit 379bf82caf

View File

@ -1,6 +1,6 @@
/* Boost.MultiIndex basic example. /* Boost.MultiIndex basic example.
* *
* Copyright 2003-2004 Joaquín M López Muñoz. * Copyright 2003-2005 Joaquín M López Muñoz.
* Distributed under the Boost Software License, Version 1.0. * Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at * (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt) * http://www.boost.org/LICENSE_1_0.txt)
@ -47,7 +47,7 @@ struct id{};
struct name{}; struct name{};
struct age{}; struct age{};
/* see Advanced topics: Use of member_offset for info on /* see Compiler specifics: Use of member_offset for info on
* BOOST_MULTI_INDEX_MEMBER * BOOST_MULTI_INDEX_MEMBER
*/ */