File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ reflect::for_each([&f](const auto I) {
500
500
FetchContent_Declare(
501
501
qlibs.reflect
502
502
GIT_REPOSITORY https://github.com/qlibs/reflect
503
- GIT_TAG v1.2.3
503
+ GIT_TAG v1.2.4
504
504
)
505
505
506
506
FetchContent_MakeAvailable(qlibs.reflect)
@@ -542,7 +542,7 @@ template<> struct REFLECT_FWD_LIKE<true> { template<class T> using type = std::r
542
542
#define REFLECT_FWD_LIKE(T, ...) static_cast<typename ::REFLECT_FWD_LIKE<::std::is_lvalue_reference_v<T>>::template type<decltype(__VA_ARGS__)>>(__VA_ARGS__)
543
543
struct REFLECT_STRUCT { void* MEMBER; enum class ENUM { VALUE }; }; // has to be in the global namespace
544
544
545
- namespace reflect::inline v1_2_3 {
545
+ namespace reflect::inline v1_2_4 {
546
546
namespace detail {
547
547
template<class T> extern const T ext{};
548
548
struct any { template<class T> operator T() const noexcept; };
You can’t perform that action at this time.
0 commit comments