|
Boost : |
From: Peter Dimov (pdimov_at_[hidden])
Date: 2022-04-05 17:34:25
My ambitions are modest. All I want is to be able to do this:
#if BOOST_MODULES_SUPPORTED
import <cstddef>;
import <type_traits>;
import <exception>;
import <initializer_list>;
import <utility>;
import <functional>; // std::hash
import <cstdint>;
import <iosfwd>;
#else
#include <cstddef>
#include <type_traits>
#include <exception>
#include <initializer_list>
#include <utility>
#include <functional> // std::hash
#include <cstdint>
#include <iosfwd>
#endif
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk