Search code examples
import std module with gcc-15...


c++gcccmakec++23c++-modules

Read More
Do custom C++ exceptions from a module work in GCC (14.2.0)?...


c++exceptiongccc++-modules

Read More
Import std lib as modules with clang...


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

Read More
Error with custom exception in C++ module (conflicting definition of __cxa_throw)...


c++exceptionsubclassc++-modules

Read More
How to forward-declare a class to use a pointer to an object of a class type is that is declared and...


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

Read More
How to use fmt with c++20 module and c++ 23 standard library module in cmake?...


c++cmakefmtc++-modules

Read More
How do you import one C++20 module into another C++ Module when using clang++?...


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

Read More
Is `import std;` a realistic goal for a C++ project with transitive standard library `#include`s?...


c++c++-modules

Read More
Supporting information from Programming Principles and Practice 3ed instructions unclear...


c++visual-studio-2022header-filesc++-modules

Read More
Does CMake support converting headers to header modules?...


c++cmakec++20clionc++-modules

Read More
Use C++ 20 modules to make shared libs...


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

Read More
How do C++ 20 modules resolve same function name problems in different modules?...


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

Read More
How to hide implementation details in C++ modules?...


c++visual-studioc++20c++-modules

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


c++standard-libraryc++-modules

Read More
How to use CMake to build a project with C++23 standard library module(import std)?...


c++cmakec++-modulesc++23

Read More
Import std header unit in module implementation file...


c++visual-studiovisual-c++c++20c++-modules

Read More
Errors when trying to get "import std;" to work in a CMake project...


c++cmakestlc++23c++-modules

Read More
Add C++20 module dependency for Visual Studio project using CMake...


c++visual-studiocmakec++20c++-modules

Read More
Apple Clang 13 C++20 Module Support Missing...


c++c++20clang++macos-montereyc++-modules

Read More
How to use CMake to build a project with C++23 standard library module(import std) with Clang?...


c++cmakec++-modulesc++23

Read More
Invalid operands to binary expression when importing custom view from a module...


c++c++20std-rangesc++-modules

Read More
Class template with interface and implementation in separate files...


c++templatesc++-modules

Read More
How do i use #include with exporting modules?...


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

Read More
Why do I get warning C4844 when compiling a module implementation unit?...


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

Read More
If a project has no includes, but uses only C++20 modules, will the compiler see every function body...


c++c++20compiler-optimizationc++-modules

Read More
Does the static initialization order fiasco happens with C++20 modules?...


c++singletonc++20c++-modulesstatic-order-fiasco

Read More
Will modules in c++20 reduce compile time compared to traditional header-files?...


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

Read More
In module, importing <string> after <istream> and <iostream> causes "incomple...


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

Read More
Should I break circular dependencies between C++ module fragments using forward declarations?...


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

Read More
Clangd complains about ODR when using C++-20 modules...


c++c++20c++-modulesclangd

Read More
BackNext