C++ Logo

sg15

Advanced search

Re: P2898R0: Importable Headers are Not Universally Implementable

From: Boris Kolpackov <boris_at_[hidden]>
Date: Wed, 24 May 2023 07:58:26 +0200
Daniel Ruoso via SG15 <sg15_at_[hidden]> writes:

> Essentially, the C++ specification needs to be implementable in all
> the places where C++ is currently used, and the specification of
> Importable Headers currently fails that criteria. It is only
> implementable in a subset of environments where C++ is used.

This is a red herring, IMO.

Firstly, there are plenty of "places where C++ is currently used"
where C++11 (let alone C++20) is not implementable. Does that mean
we should "walk back" to C++98?

Secondly, C++20 header units are always implementable by the C++
compiler directly (i.e., the "turn the compiler into a build system"
approach). It may not be desirable or practical, but it is
implementable anywhere, "where C++ is currently used".

Received on 2023-05-24 05:58:23