Removed duplicate config_key_type alias

This isn't used in config_attribute_value.*pp but rather in config.*pp.
This commit is contained in:
Charles Dang 2018-04-14 17:25:14 +11:00
parent 9329daf0da
commit 9977addd64

View file

@ -47,14 +47,6 @@
#include "tstring.hpp"
#if BOOST_VERSION > 106100
#include <boost/utility/string_view.hpp>
using config_key_type = boost::string_view;
#else
#include <boost/utility/string_ref.hpp>
using config_key_type = boost::string_ref;
#endif
class enum_tag;
/**