We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46852be commit 720b882Copy full SHA for 720b882
reflect
@@ -525,7 +525,7 @@ template<> struct REFLECT_FWD_LIKE<true> { template<class T> using type = std::r
525
#define REFLECT_FWD_LIKE(T, ...) static_cast<typename ::REFLECT_FWD_LIKE<::std::is_lvalue_reference_v<T>>::template type<decltype(__VA_ARGS__)>>(__VA_ARGS__)
526
struct REFLECT_STRUCT { void* MEMBER; enum class ENUM { VALUE }; }; // has to be in the global namespace
527
528
-namespace reflect::inline v1_2_4 {
+namespace reflect::inline v1_2_5 {
529
namespace detail {
530
template<class T> extern const T ext{};
531
struct any { template<class T> operator T() const noexcept; };
0 commit comments