Codechange: provide 'sv' (string_view) literals globally
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
#include "../core/string_builder.hpp"
|
||||
#include "../safeguards.h"
|
||||
|
||||
using namespace std::literals;
|
||||
|
||||
TEST_CASE("StringBuilder - basic")
|
||||
{
|
||||
std::string buffer;
|
||||
|
||||
Reference in New Issue
Block a user