Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594330
Collapse All | Expand All

(-)nonolith-connect-1.1/websocketpp/src/websocket_server_session.cpp.old (+3 lines)
Lines 41-48 Link Here
41
#include <iostream>
41
#include <iostream>
42
#include <sstream>
42
#include <sstream>
43
#include <string>
43
#include <string>
44
45
#if __cplusplus < 201103L
44
#include <ext/algorithm>
46
#include <ext/algorithm>
45
using __gnu_cxx::copy_n;
47
using __gnu_cxx::copy_n;
48
#endif
46
49
47
using websocketpp::server_session;
50
using websocketpp::server_session;
48
51

Return to bug 594330