Skip to content
Snippets Groups Projects
Commit 694c44bb authored by Adrien Béraud's avatar Adrien Béraud
Browse files

value: use namespace std::literals

parent 16915ff4
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,9 @@
#endif
namespace dht {
using namespace std::literals;
static const std::string VALUE_KEY_ID("id");
static constexpr auto VALUE_KEY_ID("id");
static const std::string VALUE_KEY_DAT("dat");
static const std::string VALUE_KEY_PRIO("p");
static const std::string VALUE_KEY_SIGNATURE("sig");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment