Skip to content

Commit a7b1616

Browse files
committed
⬆️ v2.0.7
1 parent b169ba8 commit a7b1616

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
@@ -326,7 +326,7 @@ constexpr void expect(auto cond) requires requires { bool(cond); };
326326
FetchContent_Declare(
327327
qlibs.mp
328328
GIT_REPOSITORY https://github.com/qlibs/mp
329-
GIT_TAG v2.0.6
329+
GIT_TAG v2.0.7
330330
)
331331

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

353-
namespace mp::inline v2_0_6 {
353+
namespace mp::inline v2_0_7 {
354354
using size_t = decltype(sizeof(int));
355355

356356
namespace utility {

0 commit comments

Comments
 (0)