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 b169ba8 commit a7b1616Copy full SHA for a7b1616
mp
@@ -326,7 +326,7 @@ constexpr void expect(auto cond) requires requires { bool(cond); };
326
FetchContent_Declare(
327
qlibs.mp
328
GIT_REPOSITORY https://github.com/qlibs/mp
329
- GIT_TAG v2.0.6
+ GIT_TAG v2.0.7
330
)
331
332
FetchContent_MakeAvailable(qlibs.mp)
@@ -350,7 +350,7 @@ constexpr void expect(auto cond) requires requires { bool(cond); };
350
#define MP_SIZE 1024u
351
#endif
352
353
-namespace mp::inline v2_0_6 {
+namespace mp::inline v2_0_7 {
354
using size_t = decltype(sizeof(int));
355
356
namespace utility {
0 commit comments