mirror of
https://github.com/boostorg/compat.git
synced 2026-01-19 16:12:15 +00:00
13 lines
299 B
C++
13 lines
299 B
C++
// Copyright 2023 Peter Dimov.
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
// https://www.boost.org/LICENSE_1_0.txt
|
|
|
|
#include <boost/compat/latch.hpp>
|
|
#include <boost/compat/shared_lock.hpp>
|
|
#include <boost/compat/invoke.hpp>
|
|
#include <boost/compat/bind_front.hpp>
|
|
|
|
int main()
|
|
{
|
|
}
|