diff --git a/example/basic.cpp b/example/basic.cpp index dd83689..e907aee 100644 --- a/example/basic.cpp +++ b/example/basic.cpp @@ -1,6 +1,6 @@ /* 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. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) @@ -47,7 +47,7 @@ struct id{}; struct name{}; 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 */