Skip to content

Commit 7df4d5c

Browse files
committed
⬆️ v2.0.2
1 parent ba8bb7f commit 7df4d5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ constexpr void for_each(Fn fn);
246246
> Configuration
247247
248248
```cpp
249-
#define MP 2'0'1 // Current library version (SemVer)
249+
#define MP 2'0'2 // Current library version (SemVer)
250250
```
251251

252252
---
@@ -286,7 +286,7 @@ constexpr void for_each(Fn fn);
286286
CPMAddPackage(
287287
Name mp
288288
GITHUB_REPOSITORY boost-ext/mp
289-
GIT_TAG v2.0.1
289+
GIT_TAG v2.0.2
290290
)
291291
add_library(mp INTERFACE)
292292
target_include_directories(mp SYSTEM INTERFACE ${mp_SOURCE_DIR})

mp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
// http://www.boost.org/LICENSE_1_0.txt)
77
//
88
#ifndef MP
9-
#define MP 2'0'1 // SemVer
9+
#define MP 2'0'2 // SemVer
1010
#if defined(__GNUC__)
1111
#pragma GCC system_header
1212
#endif
1313

1414
/**
1515
* ~~Template~~ Meta-Programming library (https://github.com/boost-ext/mp)
1616
*/
17-
namespace mp::inline v2_0_1 {
17+
namespace mp::inline v2_0_2 {
1818
using size_t = decltype(sizeof(int));
1919

2020
namespace utility {

0 commit comments

Comments
 (0)