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 f263c60 commit 08c4599Copy full SHA for 08c4599
include/boost/thread/future.hpp
@@ -4779,7 +4779,7 @@ namespace detail
4779
}
4780
4781
//#if ! defined(BOOST_NO_CXX11_HDR_TUPLE)
4782
- BOOST_THREAD_FUTURE<csbl::tuple<> > when_all() {
+ inline BOOST_THREAD_FUTURE<csbl::tuple<> > when_all() {
4783
return make_ready_future(csbl::tuple<>());
4784
4785
//#endif
@@ -4813,7 +4813,7 @@ namespace detail
4813
4814
4815
4816
- BOOST_THREAD_FUTURE<csbl::tuple<> > when_any() {
+ inline BOOST_THREAD_FUTURE<csbl::tuple<> > when_any() {
4817
4818
4819
0 commit comments