0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 06:28:55 +02:00

ircd::mods: Relax pimpl symbol visibility (regression e09a48ec7e gcc-9)

This commit is contained in:
Jason Volk 2022-06-28 17:40:56 -07:00
parent 0de0bddf5e
commit dfba309423

View file

@ -30,7 +30,7 @@ namespace ircd::mods
/// It is a critical error if static initialization and destruction is not
/// congruent with the lifetime of this instance.
///
struct [[gnu::visibility("hidden")]]
struct [[gnu::visibility("protected")]]
ircd::mods::mod
:std::enable_shared_from_this<mod>
{