Commit d494d9fa authored by Dominik Charousset's avatar Dominik Charousset

Fix build on GCC 4.8

parent 138dc295
...@@ -32,7 +32,7 @@ using namespace caf::net; ...@@ -32,7 +32,7 @@ using namespace caf::net;
namespace { namespace {
byte operator""_b(unsigned long long x) { byte operator"" _b(unsigned long long x) {
return static_cast<byte>(x); return static_cast<byte>(x);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment