Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 433 Bytes

modulizer

C++20 modularizer, convert #include code into using C++ module

Requirements

  • Valid standard C++20
  • Headers must not define macros that affect other files
  • Declarations in one header must have their definitions in one source with the same base name

Dependencies