From a74a031bba2106c846a97d294813919674ba25e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Art=C3=B6m=20Bakri=20Al-Sarmini?= <3sz3tt+git@gmail.com> Date: Thu, 2 Apr 2020 15:47:08 +0300 Subject: [PATCH] Fix build error --- test/src/unit-allocator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/unit-allocator.cpp b/test/src/unit-allocator.cpp index c751d3c5..f817897c 100644 --- a/test/src/unit-allocator.cpp +++ b/test/src/unit-allocator.cpp @@ -240,7 +240,7 @@ namespace template struct allocator_no_forward { - typedef std::remove_const_t value_type; + typedef T value_type; template struct rebind {