diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 08:49:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:34 +0200 |
commit | 89a997464b9ffd02580c5316b471dbd0779d86b9 (patch) | |
tree | 1f6ad896ff71bb4feb7d1c02bd975203cc314ecd | |
parent | 45a0995457ceaf806970cf2a8e9f7001e3236ed4 (diff) |
Add sto*() names to utility
-rw-r--r-- | build2/utility | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/utility b/build2/utility index 1499def..56e0c47 100644 --- a/build2/utility +++ b/build2/utility @@ -31,6 +31,8 @@ namespace build2 using std::make_shared; using std::make_move_iterator; using std::to_string; + using std::stoul; + using std::stoull; // <butl/utility> // |