Skip to content

Commit

Permalink
⬆️ v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Aug 29, 2024
1 parent 210d5ce commit 5adebac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reflect
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ reflect::for_each([&f](const auto I) {
FetchContent_Declare(
qlibs.reflect
GIT_REPOSITORY https://github.com/qlibs/reflect
GIT_TAG v1.2.2
GIT_TAG v1.2.3
)

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

namespace reflect::inline v1_2_2 {
namespace reflect::inline v1_2_3 {
namespace detail {
template<class T> extern const T ext{};
struct any { template<class T> operator T() const noexcept; };
Expand Down

0 comments on commit 5adebac

Please sign in to comment.