chriskohlhoff / asio

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

using constexpr inline for global tag types. #1458

Open klemens-morgenstern opened 2 months ago

klemens-morgenstern commented 2 months ago

Hi Chris,

I am working on experimental module support for boost and it complains about exporting none-inline global variables.

Declaring them inline seems like the correct thing to do anyhow.