Skip to content

Commit

Permalink
Update declval.hpp include.
Browse files Browse the repository at this point in the history
The header is part of Boost.TypeTraits, so use the appropriate header path.
  • Loading branch information
Lastique authored Sep 11, 2023
1 parent e62d29f commit 5f41e68
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 5f41e68

Please sign in to comment.