1 // Copyright 2020 Peter Dimov 2 // Distributed under the Boost Software License, Version 1.0. 3 // https://www.boost.org/LICENSE_1_0.txt 4 5 #define BOOST_SP_REPORT_IMPLEMENTATION 6 #include <boost/shared_ptr.hpp> 7 #include <boost/smart_ptr/detail/spinlock.hpp> 8 #include <boost/smart_ptr/detail/atomic_count.hpp> 9 main()10int main() 11 { 12 } 13