Commit e687ff0c authored by Dominik Charousset's avatar Dominik Charousset

Fix build on GCC 4.8

parent cbe82179
......@@ -32,7 +32,7 @@ using namespace caf::net;
namespace {
byte operator""_b(unsigned long long x) {
byte operator"" _b(unsigned long long 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