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

fix weed type_traits

This commit is contained in:
bolero-MURAKAMI 2013-03-25 12:43:47 +09:00
parent f712788cce
commit c78e1d0e6d
27 changed files with 279 additions and 306 deletions

View file

@ -52,6 +52,7 @@ namespace sprout {
T,
typename std::enable_if<
sprout::weed::traits::is_c_str<T>::value
&& !std::is_const<T>::value
>::type
>
: public std::true_type
@ -61,7 +62,6 @@ namespace sprout {
T,
typename std::enable_if<
std::is_const<T>::value
&& !std::is_array<T>::value
>::type
>
: public sprout::weed::traits::is_parser<