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:
parent
9329daf0da
commit
9977addd64
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue