diff options
Diffstat (limited to 'dev/examples/equiv/equiv.cc')
| -rw-r--r-- | dev/examples/equiv/equiv.cc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev/examples/equiv/equiv.cc b/dev/examples/equiv/equiv.cc deleted file mode 100644 index 41128a2..0000000 --- a/dev/examples/equiv/equiv.cc +++ /dev/null @@ -1,19 +0,0 @@ -/* - string checksum example - written by Amlal El Mahrouss. - licensed under the Boost Software License - */ - -#include <lib/logic/equiv.hpp> -#include <iostream> - -/* finally test it */ -int main(int argc, char** argv) -{ - std::cout << std::boolalpha; - std::cout << ocl::equiv::is_same<bool, int>::value << std::endl; - std::cout << ocl::equiv::is_same<bool, bool>::value << std::endl; - std::cout << ocl::equiv::is_same<int, int>::value << std::endl; - - return 0; -} |
