This commit is contained in:
ninnghazad 2020-08-23 01:16:52 +02:00 committed by GitHub
parent f026b89699
commit 95cb83c79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ namespace chaiscript
{ {
auto vals = t_params.to_vector(); auto vals = t_params.to_vector();
const std::type_info * floop { &typeid(int) }; const std::type_info * floop = &typeid(Boxed_Value);
constexpr Type_Info IAMATEST(false,false,false,false,false,floop,floop); constexpr Type_Info IAMATEST(false,false,false,false,false,floop,floop);
std::cout << IAMATEST.name() << std::endl; std::cout << IAMATEST.name() << std::endl;