Skip to content

C++20 modularizer, convert #include code into using modules (since C++20)

Notifications You must be signed in to change notification settings

msqr1/modulizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modulizer

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

Base requirements

  • Valid standard C++20
  • Macros in one file don't affect the content of another, except for include guards which will be specially handled if applicable.

Other assumptions generated by implementation details (compromises)

  • In static function/variable declarations, static must be the first specifier (eg. static int x;)

About

C++20 modularizer, convert #include code into using modules (since C++20)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published