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 ece51fe commit e959933Copy full SHA for e959933
test/copy_exception_test.cpp
@@ -12,7 +12,7 @@
12
#include <boost/exception_ptr.hpp>
13
#include <boost/exception/get_error_info.hpp>
14
#include <boost/thread.hpp>
15
-#include <boost/detail/atomic_count.hpp>
+#include <boost/smart_ptr/detail/atomic_count.hpp>
16
#include <boost/detail/lightweight_test.hpp>
17
18
typedef boost::error_info<struct tag_answer,int> answer;
test/exception_ptr_test.cpp
@@ -16,7 +16,7 @@
#include <boost/function.hpp>
#include <boost/bind.hpp>
19
20
21
#include <iostream>
22
0 commit comments