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:
@@ -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>` >>*/
|
||||
|
||||
Reference in New Issue
Block a user