Added basic support for boost unit testing

This commit is contained in:
Jason Turner
2009-05-28 22:56:57 +00:00
parent 6d4ec204b0
commit 72ae292a43
7 changed files with 50 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
#define __type_info_hpp__
#include <boost/type_traits.hpp>
#include <boost/ref.hpp>
struct Type_Info
{
Type_Info(bool t_is_const, bool t_is_reference, bool t_is_pointer, bool t_is_void,