File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ constexpr void for_each(Fn fn);
246
246
> Configuration
247
247
248
248
```cpp
249
- #define MP 2'0'1 // Current library version (SemVer)
249
+ #define MP 2'0'2 // Current library version (SemVer)
250
250
```
251
251
252
252
---
@@ -286,7 +286,7 @@ constexpr void for_each(Fn fn);
286
286
CPMAddPackage(
287
287
Name mp
288
288
GITHUB_REPOSITORY boost-ext/mp
289
- GIT_TAG v2.0.1
289
+ GIT_TAG v2.0.2
290
290
)
291
291
add_library(mp INTERFACE)
292
292
target_include_directories(mp SYSTEM INTERFACE ${mp_SOURCE_DIR})
Original file line number Diff line number Diff line change 6
6
// http://www.boost.org/LICENSE_1_0.txt)
7
7
//
8
8
#ifndef MP
9
- #define MP 2'0'1 // SemVer
9
+ #define MP 2'0'2 // SemVer
10
10
#if defined(__GNUC__)
11
11
#pragma GCC system_header
12
12
#endif
13
13
14
14
/**
15
15
* ~~Template~~ Meta-Programming library (https://github.com/boost-ext/mp)
16
16
*/
17
- namespace mp::inline v2_0_1 {
17
+ namespace mp::inline v2_0_2 {
18
18
using size_t = decltype(sizeof(int));
19
19
20
20
namespace utility {
You can’t perform that action at this time.
0 commit comments