Add test for automatic casting down in inheritance

This commit is contained in:
Jason Turner
2014-03-26 09:14:06 -06:00
parent 7fade8e841
commit 56b036052f
3 changed files with 19 additions and 2 deletions

View File

@@ -242,8 +242,6 @@ namespace chaiscript
/// chai.add(chaiscript::base_class<Base, Derived>());
/// \endcode
///
/// \todo Move share static type registration code into a mechanism that allows it to be properly
/// shared by all modules
template<typename Base, typename Derived>
Dynamic_Cast_Conversion base_class()
{