Skip to content

Commit ab609f4

Browse files
committed
⬆️ v2.0.9
1 parent 6dbbc0a commit ab609f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ constexpr void expect(auto cond) requires requires { bool(cond); };
325325
FetchContent_Declare(
326326
qlibs.mp
327327
GIT_REPOSITORY https://github.com/qlibs/mp
328-
GIT_TAG v2.0.8
328+
GIT_TAG v2.0.9
329329
)
330330

331331
FetchContent_MakeAvailable(qlibs.mp)
@@ -349,7 +349,7 @@ constexpr void expect(auto cond) requires requires { bool(cond); };
349349
#define MP_SIZE 1024u
350350
#endif
351351

352-
namespace mp::inline v2_0_8 {
352+
namespace mp::inline v2_0_9 {
353353
using size_t = decltype(sizeof(int));
354354

355355
namespace utility {

0 commit comments

Comments
 (0)