C++ Logo

std-discussion

Advanced search

Re: [std-proposals] We should use existing scientific research in building C++ modules

From: Boris Kolpackov <boris_at_[hidden]>
Date: Fri, 19 Mar 2021 14:46:19 +0200
MichaƂ Policht <michal_at_[hidden]> writes:

> Wouldn't it make sense to rely heavier on C++ and seek for a single
> C++-based stack for a build toolchain?

You mean like build2[1]? You can even write build recipes in C++ if
you want to[2]. And it has a fairly complete C++20 modules support
for GCC[3].


[1] https://build2.org
[2] https://build2.org/release/0.13.0.xhtml#adhoc-recipe (see end of section)
[3] https://build2.org/blog/build2-cxx20-modules-gcc.xhtml

Received on 2021-03-19 07:46:27