mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 07:20:55 +01:00
ircd::json: Reopen namespace with default visibility for clang.
This commit is contained in:
parent
c8dc1232ee
commit
421af71f58
1 changed files with 6 additions and 0 deletions
|
@ -463,6 +463,12 @@ ircd::json::input::throws_exceeded()
|
|||
};
|
||||
}
|
||||
|
||||
namespace ircd { namespace json
|
||||
__attribute__((visibility("default")))
|
||||
{
|
||||
// this stub needed for clang
|
||||
}}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// json/tool.h
|
||||
|
|
Loading…
Reference in a new issue