sigmatch icon indicating copy to clipboard operation
sigmatch copied to clipboard

C++ 20 Module Version

Open KeinNiemand opened this issue 1 year ago • 0 comments

This is already a C++ 20 library so why not have a version of this library that comes as a single C++20 module interface definition file instead of a header, to benefit from faster compile times and other advantages modules have over headers.

Instead of a single header you would have a single .ixx (or whatever extension other compilers use, the extension doesn't matter)

KeinNiemand avatar Feb 08 '24 07:02 KeinNiemand