Codechange: provide 'sv' (string_view) literals globally
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
using namespace std::literals;
|
||||
|
||||
TEST_CASE("StringConsumer - basic")
|
||||
{
|
||||
StringConsumer consumer("ab"sv);
|
||||
|
||||
Reference in New Issue
Block a user