Skip to content

Commit 720b882

Browse files
committed
⬆️ v1.2.5
1 parent 46852be commit 720b882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ template<> struct REFLECT_FWD_LIKE<true> { template<class T> using type = std::r
525525
#define REFLECT_FWD_LIKE(T, ...) static_cast<typename ::REFLECT_FWD_LIKE<::std::is_lvalue_reference_v<T>>::template type<decltype(__VA_ARGS__)>>(__VA_ARGS__)
526526
struct REFLECT_STRUCT { void* MEMBER; enum class ENUM { VALUE }; }; // has to be in the global namespace
527527

528-
namespace reflect::inline v1_2_4 {
528+
namespace reflect::inline v1_2_5 {
529529
namespace detail {
530530
template<class T> extern const T ext{};
531531
struct any { template<class T> operator T() const noexcept; };

0 commit comments

Comments
 (0)