Skip to content

Commit 464d43f

Browse files
committed
⬆️ v2.0.5
1 parent e1d6654 commit 464d43f

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
@@ -300,7 +300,7 @@ constexpr auto for_each(auto fn);
300300
CPMAddPackage(
301301
Name mp
302302
GITHUB_REPOSITORY qlibs/mp
303-
GIT_TAG v2.0.4
303+
GIT_TAG v2.0.5
304304
)
305305
add_library(mp INTERFACE)
306306
target_include_directories(mp SYSTEM INTERFACE ${mp_SOURCE_DIR})
@@ -325,7 +325,7 @@ constexpr auto for_each(auto fn);
325325
#define MP_SIZE 1024u
326326
#endif
327327

328-
namespace mp::inline v2_0_4 {
328+
namespace mp::inline v2_0_5 {
329329
using size_t = decltype(sizeof(int));
330330

331331
namespace utility {

0 commit comments

Comments
 (0)