Merge branch 'develop'

This commit is contained in:
joaquintides 2022-06-29 09:42:40 +02:00
commit 90ad6104fe

View File

@ -1,6 +1,6 @@
/* Boost.MultiIndex basic example.
*
* Copyright 2003-2013 Joaquin M Lopez Munoz.
* Copyright 2003-2022 Joaquin M Lopez Munoz.
* 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)
@ -52,7 +52,7 @@ struct age{};
*/
/* Define a multi_index_container of employees with following indices:
* - a unique index sorted by employee::int,
* - a unique index sorted by employee::id,
* - a non-unique index sorted by employee::name,
* - a non-unique index sorted by employee::age.
*/