boost::asio::execution::bad_executor needs an explicit BOOST_ASIO_DECL
Abierto
- Lenguaje dominante
- C++
- Estrellas
- 1.6k
- Forks
- 485
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When linking with lld (from clang-64 MinGW) on windows, with BOOST_ASIO_DYN_LINK:
ld.lld: error: undefined symbol: vtable for boost::asio::execution::bad_executor
Every other symbol is correct, but since the type `boost::asio::execution::bad_executor` itself is not marked `BOOST_ASIO_DECL`, then the implicit dtor won't be marked as exported.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.