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 6dbbc0a commit ab609f4Copy full SHA for ab609f4
mp
@@ -325,7 +325,7 @@ constexpr void expect(auto cond) requires requires { bool(cond); };
325
FetchContent_Declare(
326
qlibs.mp
327
GIT_REPOSITORY https://github.com/qlibs/mp
328
- GIT_TAG v2.0.8
+ GIT_TAG v2.0.9
329
)
330
331
FetchContent_MakeAvailable(qlibs.mp)
@@ -349,7 +349,7 @@ constexpr void expect(auto cond) requires requires { bool(cond); };
349
#define MP_SIZE 1024u
350
#endif
351
352
-namespace mp::inline v2_0_8 {
+namespace mp::inline v2_0_9 {
353
using size_t = decltype(sizeof(int));
354
355
namespace utility {
0 commit comments