2
0
mirror of https://github.com/boostorg/bimap.git synced 2026-01-19 04:02:10 +00:00

info hook support

[SVN r37827]
This commit is contained in:
Matias Capeletto
2007-05-31 07:07:30 +00:00
parent d420357219
commit 05c665d654
62 changed files with 1664 additions and 426 deletions

View File

@@ -67,7 +67,7 @@ void using_range()
/*<< `range_type` is a handy typedef equal to `std::pair<iterator,iterator>`.
`const_range_type` is provided too, and it is equal to
`std::pair<const_iterator,const_iterator>` >>*/
bm_type::left_map::range_type r;
bm_type::left_range_type r;
/*<< _key is a Boost.Lambda placeholder. To use it you have to include
`<boost/bimap/support/lambda.hpp>` >>*/