From 34d9d4b63371f1ec906bb63622e455202015cf94 Mon Sep 17 00:00:00 2001 From: ninnghazad Date: Sun, 23 Aug 2020 02:10:22 +0200 Subject: [PATCH] ........ --- include/chaiscript/dispatchkit/proxy_functions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chaiscript/dispatchkit/proxy_functions.hpp b/include/chaiscript/dispatchkit/proxy_functions.hpp index 44f85e99..c13320a2 100644 --- a/include/chaiscript/dispatchkit/proxy_functions.hpp +++ b/include/chaiscript/dispatchkit/proxy_functions.hpp @@ -82,7 +82,7 @@ namespace chaiscript auto vals = t_params.to_vector(); 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(); for (size_t i = 0; i < vals.size(); ++i)