mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 18:26:49 +08:00
......
This commit is contained in:
parent
81fc56f77c
commit
09c4d23d6b
@ -81,10 +81,8 @@ 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(int) };
|
||||||
std:.cout << floop->name() << std::endl; // should print 'i' or smth like that
|
std:.cout << floop->name() << std::endl; // should print 'i' or smth like that
|
||||||
constexpr Type_Info IAMATEST(false,false,false,false,false,floop,floop);
|
|
||||||
std::cout << IAMATEST.name() << std::endl;
|
|
||||||
|
|
||||||
constexpr auto dynamic_object_type_info = user_type<Dynamic_Object>();
|
constexpr auto dynamic_object_type_info = user_type<Dynamic_Object>();
|
||||||
for (size_t i = 0; i < vals.size(); ++i)
|
for (size_t i = 0; i < vals.size(); ++i)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user