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

add type_traits is_swappable, conjunction, disjunction, negation

This commit is contained in:
bolero-MURAKAMI 2016-04-05 02:49:50 +09:00
parent 913dc8ca44
commit aa8e265188
18 changed files with 323 additions and 10 deletions

View file

@ -21,7 +21,7 @@ namespace sprout {
template<typename Message>
static void warn() {}
};
template <>
template<>
struct static_warning<false> {
template<typename Message>
static void warn() {