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

sprout/weed/parser/numeric/int.hpp 追加

This commit is contained in:
bolero-MURAKAMI 2011-11-14 15:34:28 +09:00
parent ad94c0b247
commit 005f8a9a87
5 changed files with 329 additions and 23 deletions

View file

@ -9,9 +9,9 @@
namespace sprout {
namespace weed {
//
// uint
// uint_
//
SPROUT_STATIC_CONSTEXPR auto uint = sprout::weed::uint_p<std::uintmax_t, 10, -1>();
SPROUT_STATIC_CONSTEXPR auto uint_ = sprout::weed::uint_p<std::uintmax_t, 10, 1, -1>();
//
// uint8