-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Labels
confirmedkind: bugsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
The document says "you can specialize the object type with containers like tsl::ordered_map
or nlohmann::fifo_map
". I had a try with simple code like:
#include "fifo_map.hpp"
#include "json.hpp"
using json = nlohmann::basic_json<nlohmann::fifo_map>;
int main()
{
json j;
}
It fails the compilation noisily. Would you please fix the issue, and/or clarify in the document how this should be done?
Metadata
Metadata
Assignees
Labels
confirmedkind: bugsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation