From 3391f6f4c2a96ce665f0299de4085f0b8abbab48 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Sun, 21 Feb 2021 11:33:46 +0100 Subject: [PATCH] Useless code erased --- include/configuration.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/configuration.hpp b/include/configuration.hpp index 4f8ba63..f109b31 100644 --- a/include/configuration.hpp +++ b/include/configuration.hpp @@ -11,8 +11,6 @@ namespace gemini { class CacheFiles; - using namespace std::literals::string_literals; - /** * \class Configuration * \brief This class is used to configurate the whole server and different classes. @@ -33,7 +31,7 @@ namespace gemini { */ class Configuration { private: - const std::string filename{ "config.json"s }; + const std::string filename{ "config.json" }; public: Configuration() = default;