Commit 3f4d5566 authored by Dominik Charousset's avatar Dominik Charousset

Fix build on GCC

parent c1f4fe49
...@@ -54,7 +54,7 @@ public: ...@@ -54,7 +54,7 @@ public:
using iterator = option_vector::iterator; using iterator = option_vector::iterator;
/// Maps string keys to arbitrary (config) values. /// Maps string keys to arbitrary (config) values.
using dictionary = dictionary<config_value>; using dictionary = caf::dictionary<config_value>;
/// Categorized settings. /// Categorized settings.
using config_map = caf::dictionary<dictionary>; using config_map = caf::dictionary<dictionary>;
......
...@@ -60,7 +60,7 @@ public: ...@@ -60,7 +60,7 @@ public:
using list = std::vector<config_value>; using list = std::vector<config_value>;
using dictionary = dictionary<config_value>; using dictionary = caf::dictionary<config_value>;
using types = detail::type_list<integer, boolean, real, atom, timespan, using types = detail::type_list<integer, boolean, real, atom, timespan,
string, list, dictionary>; string, list, dictionary>;
......
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