Generic programming utilities
commit51fa063590b29f135132009279f4ec3a4d7329de
authorSven Suursoho <sven.suursoho@gmail.com>
Wed, 24 Sep 2008 20:54:51 +0000 (24 23:54 +0300)
committerSven Suursoho <sven.suursoho@gmail.com>
Wed, 24 Sep 2008 20:54:51 +0000 (24 23:54 +0300)
treec8bf782493bf52a9da23b81dba16922244d0f46a
parent0a83d15bd4c757b953cf7d4b3fee07f1674f711c
Generic programming utilities

* integral_constant: Define type with value
* common_type: Find common convertible type for set of types (in progress)
sol/utility.hpp [new file with mode: 0644]
sol/utility/common_type.hpp [new file with mode: 0644]
sol/utility/common_type_test.cpp [new file with mode: 0644]
sol/utility/integral_constant.hpp [new file with mode: 0644]
sol/utility/integral_constant_test.cpp [new file with mode: 0644]
sol/utility/module.cmake [new file with mode: 0644]