2
0
mirror of https://github.com/boostorg/convert.git synced 2026-01-28 07:02:16 +00:00

re-worked algorithms chapter

This commit is contained in:
Vladimir Batov
2014-06-09 11:26:47 +10:00
parent 7dd0845a00
commit 6f19f74f17
6 changed files with 125 additions and 97 deletions

View File

@@ -102,8 +102,6 @@ strings_to_ints()
integers.clear();
example::algorithm::strings_to_ints_simple();
#ifdef NOT_AVAILABLE_UNTIL_CPP11
std::vector<cnv::optional<int>> opt_ints;