mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 08:34:47 +08:00
compile
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
|
||||
#if __cplusplus == 201103L
|
||||
|
||||
namespace nonstd {
|
||||
template <class T> struct unique_if {
|
||||
typedef std::unique_ptr<T> single_object;
|
||||
@@ -97,6 +95,4 @@ auto invoke(F &&f, Args &&...args)
|
||||
|
||||
} // namespace nonstd
|
||||
|
||||
#endif
|
||||
|
||||
#endif // REST_RPC_CPLUSPLUS_14_H_
|
||||
|
||||
Reference in New Issue
Block a user