Commit a043ea85 authored by Dominik Charousset's avatar Dominik Charousset

fixed type name lookup

parent 5419fb4d
...@@ -50,6 +50,7 @@ namespace cppa { class uniform_type_info; } ...@@ -50,6 +50,7 @@ namespace cppa { class uniform_type_info; }
namespace cppa { namespace detail { namespace cppa { namespace detail {
// ordered according to demangled type name (see uniform_type_info_map.cpp)
using mapped_type_list = util::type_list< using mapped_type_list = util::type_list<
bool, bool,
any_tuple, any_tuple,
...@@ -65,6 +66,8 @@ using mapped_type_list = util::type_list< ...@@ -65,6 +66,8 @@ using mapped_type_list = util::type_list<
double, double,
float, float,
long double, long double,
std::u16string,
std::u32string,
std::string, std::string,
std::u16string, std::u16string,
std::u32string, std::u32string,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment