2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-29 19:12:09 +00:00
Files
asio/include
Christopher Kohlhoff b51464b2ed Require gcc 4.8 or later to enable certain C++11 features.
When building with gcc, require version 4.8 or later to enable Asio's
support for the following C++11 features:

  * rvalue references and move support
  * variadic templates
  * constexpr
  * decltype
  * standard type traits
2020-06-30 21:50:08 +10:00
..