Skip to content
Snippets Groups Projects
Commit 490ed632 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

fix C++14 usage that brokes some builds

Some builds, like OSX and Debian 8, fails to build the daemon
as a patch has recently introduced a C++14 feature, but we don't
support C++14 by default on all platforms.

This patch changes the code to require only a C++11 compiler.

Change-Id: Ib858a6abddb610b6f94cedc01945c0de92f00687
parent ddce842c
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment