Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include headers for everything used in std:: (#96)
Manual implementation of the “include what you use” idea, i.e., do not rely on implementation-dependent recursive includes. Added: - cstddef for: std::size_t - limits for: std::numeric_limits - utility for: std::forward, std::move Assumed to be specialized in user code, or a header included therefrom: std::get<Point>, std::tuple_element<Point>
- Loading branch information