Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-modules

Breaking c++ 20 module dependencies

c++ c++20 c++-modules

Why is the C++ standard library imported as a single module instead of multiple smaller modules?

C++ "undefine" module keyword in include

What are clang's compiled module pcm files for?

c++ c++20 clang++ c++-modules

What's a proper way to export a global constant from a module?

c++ c++20 c++-modules

C++ header unit importation syntax

Import std lib as modules with clang

c++ clang++ c++20 c++-modules

how to use standard library with C++ modules? (eg: `import std.io`)

Is mixing modules and headers in C++20 possible / acceptable?

c++ c++20 c++-modules

Do C++ modules make ODR violations absent?

C++ Modules Forward Declaring Entity from Another Module

Unable to use aligned `operator new` in a module with Clang

c++ clang c++20 c++-modules

Clang Modules interaction with std <iterator> and <boost/move/iterator.hpp>

How does inline affect member functions in module interfaces?

Combine std module with concurrent/ppl

c++ c++-modules ppl