This commit is contained in:
ninnghazad 2020-08-23 02:10:22 +02:00 committed by GitHub
parent 99e61045c4
commit 34d9d4b633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ namespace chaiscript
auto vals = t_params.to_vector(); auto vals = t_params.to_vector();
constexpr std::type_info * floop { &typeid(int) }; constexpr 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 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)