Codechange: provide 'sv' (string_view) literals globally

This commit is contained in:
Rubidium
2025-04-28 22:44:14 +02:00
committed by rubidium42
parent be53bd320d
commit 8b1c1cc33d
5 changed files with 2 additions and 8 deletions

View File

@@ -12,8 +12,6 @@
#include "../core/string_builder.hpp"
#include "../safeguards.h"
using namespace std::literals;
TEST_CASE("StringBuilder - basic")
{
std::string buffer;