Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the...
authorMarshall Clow <mclow.lists@gmail.com>
Sat, 26 Nov 2016 18:45:03 +0000 (18:45 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Sat, 26 Nov 2016 18:45:03 +0000 (18:45 +0000)
commit13320a50e5be876b2c2991cbca8a6ed37fce56fd
treee63dedeca9aaf9f0ea36fb4751a1ac623106f433
parent837ff25da1c644dfeedf63eaac2ad73ed87cf1b9
Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the ones in std::

llvm-svn: 287988
libcxx/include/experimental/type_traits
libcxx/test/std/experimental/utilities/meta/meta.logical/conjunction.pass.cpp [new file with mode: 0644]
libcxx/test/std/experimental/utilities/meta/meta.logical/disjunction.pass.cpp [new file with mode: 0644]
libcxx/test/std/experimental/utilities/meta/meta.logical/negation.pass.cpp [new file with mode: 0644]