mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
ircd::rfc3986: Advise namespace import for clang.
This commit is contained in:
parent
cd61d81834
commit
dc8193a523
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ __attribute__((visibility("hidden")))
|
|||
struct decoder extern const decoder;
|
||||
}}
|
||||
|
||||
namespace ircd { namespace rfc3986 { namespace parser
|
||||
__attribute__((visibility("hidden")))
|
||||
{
|
||||
using namespace ircd::spirit;
|
||||
}}}
|
||||
|
||||
struct ircd::rfc3986::encoder
|
||||
:karma::grammar<char *, const string_view &>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue