mirror of
https://github.com/kennethreitz/static_string.git
synced 2026-06-05 23:00:20 +00:00
Remove more warnings in tests
This commit is contained in:
@@ -289,14 +289,14 @@ public:
|
||||
|
||||
BOOST_STATIC_STRING_CPP11_CONSTEXPR
|
||||
std::size_t
|
||||
set_size(std::size_t) noexcept
|
||||
set_size(std::size_t) const noexcept
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
BOOST_STATIC_STRING_CPP14_CONSTEXPR
|
||||
void
|
||||
term_impl() noexcept { }
|
||||
term_impl() const noexcept { }
|
||||
|
||||
private:
|
||||
static constexpr const value_type null_{};
|
||||
|
||||
Reference in New Issue
Block a user