This commit is contained in:
qicosmos
2024-01-28 09:50:47 +08:00
parent eb959542d1
commit 706a38b5ac
-4
View File
@@ -5,8 +5,6 @@
#include <tuple> #include <tuple>
#include <type_traits> #include <type_traits>
#if __cplusplus == 201103L
namespace nonstd { namespace nonstd {
template <class T> struct unique_if { template <class T> struct unique_if {
typedef std::unique_ptr<T> single_object; typedef std::unique_ptr<T> single_object;
@@ -97,6 +95,4 @@ auto invoke(F &&f, Args &&...args)
} // namespace nonstd } // namespace nonstd
#endif
#endif // REST_RPC_CPLUSPLUS_14_H_ #endif // REST_RPC_CPLUSPLUS_14_H_