Skip to content

Commit

Permalink
fix compile (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Jun 20, 2023
1 parent a39a5ce commit ad1641e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/iguana/iguana/reflection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ constexpr int tuple_element_index() {
return element_index_helper<0, Condition, Tuple, T>();
}

#if _MSC_VER || (__cplusplus >= 202002L)
#if _MSC_VER || (__cplusplus >= 201402L)
template <class T>
concept refletable = is_reflection_v<std::remove_cvref_t<T>>;
#endif
Expand Down

0 comments on commit ad1641e

Please sign in to comment.