Skip to content

Commit 6742664

Browse files
committed
⬆️ v2.0.6
1 parent e8043d4 commit 6742664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
[![MIT Licence](http://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/license/mit)
3131
[![Version](https://badge.fury.io/gh/qlibs%2Fmp.svg)](https://github.com/qlibs/mp/releases)
32-
[![Build](https://img.shields.io/badge/build-blue.svg)](https://godbolt.org/z/dvqhYYGvc)
32+
[![Build](https://img.shields.io/badge/build-blue.svg)](https://godbolt.org/z/6asb6K4EK)
3333
[![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://godbolt.org/z/3TqPx5WEG)
3434

3535
> https://en.wikipedia.org/wiki/Metaprogramming
@@ -303,7 +303,7 @@ constexpr auto for_each(auto fn);
303303
FetchContent_Declare(
304304
qlibs.mp
305305
GIT_REPOSITORY https://github.com/qlibs/mp
306-
GIT_TAG v2.0.5
306+
GIT_TAG v2.0.6
307307
)
308308

309309
FetchContent_MakeAvailable(qlibs.mp)
@@ -314,7 +314,7 @@ constexpr auto for_each(auto fn);
314314
```
315315

316316
- Similar projects?
317-
> [boost.mp11](https://github.com/boostorg/mp11), [boost.hana](https://github.com/boostorg/hana), [boost.mpl](https://github.com/boostorg/mpl)
317+
> [boost.mp11](https://github.com/boostorg/mp11), [boost.hana](https://github.com/boostorg/hana), [boost.fusion](https://github.com/boostorg/fusion), [boost.mpl](https://github.com/boostorg/mpl)
318318
<!--
319319
#endif
320320

@@ -327,7 +327,7 @@ constexpr auto for_each(auto fn);
327327
#define MP_SIZE 1024u
328328
#endif
329329

330-
namespace mp::inline v2_0_5 {
330+
namespace mp::inline v2_0_6 {
331331
using size_t = decltype(sizeof(int));
332332

333333
namespace utility {

0 commit comments

Comments
 (0)