|
@@ -7,6 +7,9 @@ package("glaze")
|
|
|
add_urls("https://github.com/stephenberry/glaze/archive/refs/tags/$(version).tar.gz",
|
|
|
"https://github.com/stephenberry/glaze.git")
|
|
|
|
|
|
+ add_versions("v5.3.0", "5a130dc52d789cd82d52e172d7c2b1fdcc893f3354462ae6b8825f38746f04dd")
|
|
|
+ add_versions("v5.2.1", "ae3f7f0c7bd3a800466a030856a3532e0bb4fd9ef757a1123690900d6f8fec2e")
|
|
|
+ add_versions("v5.2.0", "761b4bc97482f2e20273b3d180059b870c6996e7f9ab58eecdc675b44044c7da")
|
|
|
add_versions("v5.1.2", "bf8d7187a05b6c49481ede2bda933c853de97b4ea0bf3f4d3e0b1a68b0ae207e")
|
|
|
add_versions("v5.1.0", "c91265728918f914a69a935e2d1dbca26d025170b6d338220fc83b698c913f80")
|
|
|
add_versions("v5.0.2", "ed47ba0b5dcef5a2d2a41b4863e91a3b509c469a70c1a1fed885545d1b672681")
|
|
@@ -58,7 +61,7 @@ package("glaze")
|
|
|
#include <bit>
|
|
|
#include <cstdint>
|
|
|
void test() {
|
|
|
- constexpr double f64v = 19880124.0;
|
|
|
+ constexpr double f64v = 19880124.0;
|
|
|
constexpr auto u64v = std::bit_cast<std::uint64_t>(f64v);
|
|
|
}
|
|
|
]]}, {configs = {languages = "c++20"}}), "package(glaze) require >= c++20")
|