0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 12:18:54 +02:00

ircd::json: Reopen namespace with default visibility for clang.

This commit is contained in:
Jason Volk 2020-02-19 17:35:13 -08:00
parent c8dc1232ee
commit 421af71f58

View file

@ -463,6 +463,12 @@ ircd::json::input::throws_exceeded()
};
}
namespace ircd { namespace json
__attribute__((visibility("default")))
{
// this stub needed for clang
}}
///////////////////////////////////////////////////////////////////////////////
//
// json/tool.h