There was an error while loading. Please reload this page.
1 parent 36f4a40 commit 0e8b00eCopy full SHA for 0e8b00e
1 file changed
packages/r/randx/xmake.lua
@@ -23,11 +23,11 @@ package("randx")
23
24
on_test(function (package)
25
assert(package:check_cxxsnippets({test = [[
26
- #include <RandX.hpp>
+ #include <RandX_Cpp17.hpp>
27
#include <cstdint>
28
static void test() {
29
std::uint64_t v = RandX::RandInt<std::uint64_t>(0, 1000);
30
(void)v;
31
}
32
- ]]}, {configs = {languages = "c++23"}}))
+ ]]}, {configs = {languages = "c++17"}}))
33
end)
0 commit comments