forked from boostorg/static_string
Remove redundant alias
This commit is contained in:
@ -243,7 +243,6 @@ class static_string_base<0, CharT, Traits>
|
|||||||
private:
|
private:
|
||||||
using value_type = typename Traits::char_type;
|
using value_type = typename Traits::char_type;
|
||||||
using pointer = value_type*;
|
using pointer = value_type*;
|
||||||
using const_pointer = const value_type*;
|
|
||||||
public:
|
public:
|
||||||
BOOST_STATIC_STRING_CPP11_CONSTEXPR
|
BOOST_STATIC_STRING_CPP11_CONSTEXPR
|
||||||
static_string_base() noexcept { }
|
static_string_base() noexcept { }
|
||||||
|
Reference in New Issue
Block a user