Preliminary boxed_cast_test added. This test is meant to test all possible boxed_cast conversions that are available. Currently... some basic ones are failing.

This commit is contained in:
Jason Turner
2010-10-08 03:07:26 +00:00
parent 5a92146d28
commit c3da778103
3 changed files with 136 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ namespace chaiscript
virtual ~bad_boxed_cast() throw() {}
virtual const char * what () throw()
virtual const char * what() const throw()
{
return m_what.c_str();
}