mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 10:19:57 +08:00
.........
This commit is contained in:
parent
34d9d4b633
commit
29dedc9637
@ -81,7 +81,7 @@ namespace chaiscript
|
||||
{
|
||||
auto vals = t_params.to_vector();
|
||||
|
||||
constexpr 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
|
||||
|
||||
constexpr auto dynamic_object_type_info = user_type<Dynamic_Object>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user