Skip to content

Implementation for my ISO C++ Proposals

License

Notifications You must be signed in to change notification settings

xiaosa-zhz/my-stl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home page of my proposed C++ standard library implementations

P0957: Proxy: A Polymorphic Programming Library

The organization structure of this repository is as follows:

./main contains the implementation of the proposals, which are grouped by the related paper numbers.

./demo contains the demos that could run with the proposals. Each .cc file is a standalone compile unit that could run independently. To compile the .cc files, please use the latest version of GCC, MSVC or LLVM C++ compiler, and enable C++20 features.

About

Implementation for my ISO C++ Proposals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%