mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 10:19:57 +08:00
.....
This commit is contained in:
parent
f026b89699
commit
95cb83c79a
@ -81,7 +81,7 @@ namespace chaiscript
|
||||
{
|
||||
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);
|
||||
std::cout << IAMATEST.name() << std::endl;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user