0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 04:38:52 +02:00

ircd::json::strung: Remove duplicate adl interface.

This commit is contained in:
Jason Volk 2020-03-19 15:59:46 -07:00
parent de9f054d97
commit d87616e2fb

View file

@ -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