mirror of
https://github.com/boostorg/compat.git
synced 2026-01-19 16:12:15 +00:00
Compare commits
2 Commits
feature/in
...
boost-1.85
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bba8d5f101 | ||
|
|
56b776fc29 |
@@ -15,6 +15,8 @@ target_include_directories(boost_compat INTERFACE include)
|
||||
target_link_libraries(boost_compat
|
||||
INTERFACE
|
||||
Boost::assert
|
||||
Boost::config
|
||||
Boost::throw_exception
|
||||
)
|
||||
|
||||
target_compile_features(boost_compat INTERFACE cxx_std_11)
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// https://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
#include <boost/compat/latch.hpp>
|
||||
#include <boost/compat/shared_lock.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user