1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add conversion string_ref to arithmetic-type

This commit is contained in:
bolero-MURAKAMI 2013-02-19 10:51:12 +09:00
parent 1ef8a6a63b
commit 2e0bc89188
10 changed files with 424 additions and 8 deletions

View file

@ -6,8 +6,8 @@
namespace sprout {
//
// none_t
// none
// nullopt_t
// nullopt
//
typedef sprout::none_t nullopt_t;
namespace {