.tutorial

git-svn-id: svn://ultimatepp.org/upp/trunk@11148 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-06-08 12:20:34 +00:00
parent 402a53774b
commit 130b03b335

View file

@ -57,7 +57,7 @@ void Map()
DUMP(p);
/// Alternatively, it is possible to create 'projection range' of VectorMap that provides
/// convenient key/value iteration, using `operator~` (note that is also removes 'unliked'
/// convenient key/value iteration, using `operator~` (note that is also removes 'unlinked'
/// items, see later):
for(const auto& e : ~m) {