// Copyright 2024 Braden Ganetsky // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt #include #include #include #include template class boost::concurrent_flat_map; template class boost::concurrent_flat_set; template class boost::concurrent_node_map; template class boost::concurrent_node_set; int main() { return 0; }