boostorg / hana

Your standard library for metaprogramming
http://boostorg.github.io/hana
Boost Software License 1.0
1.66k stars 217 forks source link

Add support for "0X" hex prefix. #511

Closed tzlaine closed 1 year ago

tzlaine commented 1 year ago

For integral types, you can use a capital 'X' as part of a hex-prefix, like 0Xdeadbeef. This adds support for that to ic_detail::parse().