Skip to content

Commit

Permalink
Update feature_test.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Sep 26, 2024
1 parent d450d83 commit 6d249bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/glaze/core/feature_test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

#pragma once

// Feature test macros
// Glaze Feature Test Macros

// v3.6.0 renames glz::refl to glz::reflect and does not instantiate the struct as an
// inline constexpr variable
#define glaze_v3_6_0_reflect

// v3.5.0 change glz::detail::to_json and glz::detail::from_json specializations
// to glz::detail::to<JSON and glz::detail::from<JSON
// The template specialization take in a uint32_t Format as the first template parameter
#define glaze_v3_5_to_from

// v3.6.0 renames glz::refl to glz::reflect and does not instantiate the struct as an
// inline constexpr variable
#define glaze_v3_6_reflect
#define glaze_v3_5_0_to_from

0 comments on commit 6d249bf

Please sign in to comment.