added implementation and tests of flat_map()

This commit is contained in:
Andrzej Krzemienski
2018-06-28 23:27:42 +02:00
parent 701afd43a4
commit 71d797b9ee
4 changed files with 340 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ import testing ;
[ run optional_test_convert_from_T.cpp ]
[ run optional_test_empty_braces.cpp ]
[ run optional_test_make_optional.cpp ]
#[ run optional_test_flat_map.cpp ]
[ run optional_test_flat_map.cpp ]
[ run optional_test_map.cpp ]
[ run optional_test_tie.cpp ]
[ run optional_test_ref_assign_portable_minimum.cpp ]