diff --git a/test/src/unit-regression1.cpp b/test/src/unit-regression1.cpp index 8c6b1e014..4a7eed285 100644 --- a/test/src/unit-regression1.cpp +++ b/test/src/unit-regression1.cpp @@ -56,8 +56,11 @@ using nlohmann::json; // for #972 ///////////////////////////////////////////////////////////////////// -template -using my_workaround_fifo_map = nlohmann::fifo_map, A>; +//template +//using my_workaround_fifo_map = nlohmann::fifo_map, A>; + +template +using my_workaround_fifo_map = nlohmann::fifo_map>; using my_json = nlohmann::basic_json; /////////////////////////////////////////////////////////////////////