Skip to content

ruoka/CppStandardLibraryAsModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppStandardLibraryAsModule

The entire C++ 20 standard library as far as implemented in the libc++ wrapped in the std module. You can simply import it into your code by "import std;" while waiting for the library implementators to provide their solutions.