You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove C++14 specific parts or at least make them conditionally go away when compiled in C++11 mode.
Most of C++14 features used now are constexpr in StringPiece.
Need also to fix CMake configuration.