Skip to content

Commit

Permalink
Merge pull request #394 from Lastique/patch-6
Browse files Browse the repository at this point in the history
Update declval.hpp include
  • Loading branch information
pdimov committed Sep 13, 2023
2 parents e62d29f + 5f41e68 commit cf06d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/thread/synchronized_value.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <boost/thread/lock_factories.hpp>
#include <boost/thread/strict_lock.hpp>
#include <boost/core/invoke_swap.hpp>
#include <boost/utility/declval.hpp>
#include <boost/type_traits/declval.hpp>
//#include <boost/type_traits.hpp>
//#include <boost/thread/detail/is_nothrow_default_constructible.hpp>
//#if ! defined BOOST_NO_CXX11_HDR_TYPE_TRAITS
Expand Down

0 comments on commit cf06d84

Please sign in to comment.