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_