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 e1d6654 commit 464d43fCopy full SHA for 464d43f
mp
@@ -300,7 +300,7 @@ constexpr auto for_each(auto fn);
300
CPMAddPackage(
301
Name mp
302
GITHUB_REPOSITORY qlibs/mp
303
- GIT_TAG v2.0.4
+ GIT_TAG v2.0.5
304
)
305
add_library(mp INTERFACE)
306
target_include_directories(mp SYSTEM INTERFACE ${mp_SOURCE_DIR})
@@ -325,7 +325,7 @@ constexpr auto for_each(auto fn);
325
#define MP_SIZE 1024u
326
#endif
327
328
-namespace mp::inline v2_0_4 {
+namespace mp::inline v2_0_5 {
329
using size_t = decltype(sizeof(int));
330
331
namespace utility {
0 commit comments