mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-11 13:24:04 +00:00
Fix typo in doc (#60)
This commit is contained in:
parent
fba66b0538
commit
6b2be7c601
@ -52,7 +52,7 @@ struct age{};
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Define a multi_index_container of employees with following indices:
|
/* 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::name,
|
||||||
* - a non-unique index sorted by employee::age.
|
* - a non-unique index sorted by employee::age.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user