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:
parent
913dc8ca44
commit
aa8e265188
18 changed files with 323 additions and 10 deletions
|
@ -21,7 +21,7 @@ namespace sprout {
|
|||
template<typename Message>
|
||||
static void warn() {}
|
||||
};
|
||||
template <>
|
||||
template<>
|
||||
struct static_warning<false> {
|
||||
template<typename Message>
|
||||
static void warn() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue