From 706a38b5ac1bfd41a4dbf713ec3ec5cb964c9f43 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Sun, 28 Jan 2024 09:50:47 +0800 Subject: [PATCH] compile --- include/rest_rpc/cplusplus_14.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/rest_rpc/cplusplus_14.h b/include/rest_rpc/cplusplus_14.h index 0eb841e..cda912a 100644 --- a/include/rest_rpc/cplusplus_14.h +++ b/include/rest_rpc/cplusplus_14.h @@ -5,8 +5,6 @@ #include #include -#if __cplusplus == 201103L - namespace nonstd { template struct unique_if { typedef std::unique_ptr single_object; @@ -97,6 +95,4 @@ auto invoke(F &&f, Args &&...args) } // namespace nonstd -#endif - #endif // REST_RPC_CPLUSPLUS_14_H_