Skip to content

Commit

Permalink
⬆️ v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Aug 20, 2024
1 parent 9e592b1 commit d0c6975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ constexpr void expect(auto cond) requires requires { bool(cond); };
FetchContent_Declare(
qlibs.mp
GIT_REPOSITORY https://github.com/qlibs/mp
GIT_TAG v2.0.7
GIT_TAG v2.0.8
)

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

namespace mp::inline v2_0_7 {
namespace mp::inline v2_0_8 {
using size_t = decltype(sizeof(int));

namespace utility {
Expand Down

0 comments on commit d0c6975

Please sign in to comment.