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 65c167b commit 1c230f0Copy full SHA for 1c230f0
contrib/restricted/boost/mp11/include/boost/mp11/version.hpp
@@ -11,6 +11,6 @@
11
// Same format as BOOST_VERSION:
12
// major * 100000 + minor * 100 + patch
13
14
-#define BOOST_MP11_VERSION 108500
+#define BOOST_MP11_VERSION 108600
15
16
#endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED
contrib/restricted/boost/mp11/ya.make
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
6
7
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
8
9
-VERSION(1.85.0)
+VERSION(1.86.0)
10
-ORIGINAL_SOURCE(https://github.com/boostorg/mp11/archive/boost-1.85.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/mp11/archive/boost-1.86.0.tar.gz)
ADDINCL(
GLOBAL contrib/restricted/boost/mp11/include
0 commit comments