facebook / wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
Apache License 2.0
3.04k stars 535 forks source link

Change standard to c++14 #156

Closed neheb closed 4 years ago

neheb commented 4 years ago

Reduces compiled size slightly.

yfeldblum commented 4 years ago

Defaults are consistently C++17 across libraries.

It might be possible to make this configurable though like folly does.

https://github.com/facebook/folly/blob/v2019.08.12.00/CMake/FollyCompilerUnix.cmake#L1-L15

neheb commented 4 years ago

Updated.