~singpolyma/biboumi

28d244631d10d10d813e068605b2aeda0e49e36e — Florent Le Coz 10 years ago 65f2195
Add missing std::string_literals
1 files changed, 2 insertions(+), 0 deletions(-)

M src/network/socket_handler.cpp
M src/network/socket_handler.cpp => src/network/socket_handler.cpp +2 -0
@@ 17,6 17,8 @@

#include <iostream>

using namespace std::string_literals;

#ifndef UIO_FASTIOV
# define UIO_FASTIOV 8
#endif