From 83c930db2b0730c987fa9adbec16eadc5ef39e15 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 19 Aug 2021 16:29:50 +0200 Subject: [PATCH] :recycle: fix regression test --- test/src/unit-regression1.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; /////////////////////////////////////////////////////////////////////