Skip to content

Commit 1c230f0

Browse files
committed
Update contrib/restricted/boost/mp11 to 1.86.0
3a1d46912284aecd42711bfdeb0efb582f6ad1ba
1 parent 65c167b commit 1c230f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/restricted/boost/mp11/include/boost/mp11/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
// Same format as BOOST_VERSION:
1212
// major * 100000 + minor * 100 + patch
1313

14-
#define BOOST_MP11_VERSION 108500
14+
#define BOOST_MP11_VERSION 108600
1515

1616
#endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED

contrib/restricted/boost/mp11/ya.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
66

77
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
88

9-
VERSION(1.85.0)
9+
VERSION(1.86.0)
1010

11-
ORIGINAL_SOURCE(https://github.com/boostorg/mp11/archive/boost-1.85.0.tar.gz)
11+
ORIGINAL_SOURCE(https://github.com/boostorg/mp11/archive/boost-1.86.0.tar.gz)
1212

1313
ADDINCL(
1414
GLOBAL contrib/restricted/boost/mp11/include

0 commit comments

Comments
 (0)