Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Jan 28, 2024
1 parent eb95954 commit 706a38b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/rest_rpc/cplusplus_14.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -97,6 +95,4 @@ auto invoke(F &&f, Args &&...args)

} // namespace nonstd

#endif

#endif // REST_RPC_CPLUSPLUS_14_H_

0 comments on commit 706a38b

Please sign in to comment.