mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
ircd::json::strung: Remove duplicate adl interface.
This commit is contained in:
parent
de9f054d97
commit
d87616e2fb
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@
|
|||
namespace ircd::json
|
||||
{
|
||||
struct strung;
|
||||
|
||||
strung remove(const strung &, const string_view &key);
|
||||
strung remove(const strung &, const size_t &index);
|
||||
strung insert(const strung &, const json::member &);
|
||||
}
|
||||
|
||||
/// Interface around an allocated std::string of JSON. This is not a
|
||||
|
|
Loading…
Reference in a new issue