Skip to content

Commit a53b785

Browse files
committed
⬆️ v1.2.4
1 parent be69152 commit a53b785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reflect

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ reflect::for_each([&f](const auto I) {
500500
FetchContent_Declare(
501501
qlibs.reflect
502502
GIT_REPOSITORY https://github.com/qlibs/reflect
503-
GIT_TAG v1.2.3
503+
GIT_TAG v1.2.4
504504
)
505505

506506
FetchContent_MakeAvailable(qlibs.reflect)
@@ -542,7 +542,7 @@ template<> struct REFLECT_FWD_LIKE<true> { template<class T> using type = std::r
542542
#define REFLECT_FWD_LIKE(T, ...) static_cast<typename ::REFLECT_FWD_LIKE<::std::is_lvalue_reference_v<T>>::template type<decltype(__VA_ARGS__)>>(__VA_ARGS__)
543543
struct REFLECT_STRUCT { void* MEMBER; enum class ENUM { VALUE }; }; // has to be in the global namespace
544544

545-
namespace reflect::inline v1_2_3 {
545+
namespace reflect::inline v1_2_4 {
546546
namespace detail {
547547
template<class T> extern const T ext{};
548548
struct any { template<class T> operator T() const noexcept; };

0 commit comments

Comments
 (0)