The series continue.
C++20: A Simple math Module
by Rainer Grimm
From the article:
Modules are one of the four prominent features of C++20. They overcome the restrictions of header files and promise a lot: faster build-times, fewer violations of the One-Definition-Rule, less usage of the preprocessor. Today, I want to create a simple math module...
Add a Comment
Comments are closed.