chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.72k stars 1.19k forks source link

Fix documented minimum G++ version for asio #1439

Open CamJN opened 4 months ago

CamJN commented 4 months ago

per https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57350 g++ before 5.0 does not have std::align, which asio uses in asio/detail/memory.hpp without checking for it's availability, meaning g++ 5 is the minimum version supported.