Skip to content

Code to accompany the talk "Generic Graph Libraries in C++20" at cppcon 21

License

Notifications You must be signed in to change notification settings

lums658/cppcon21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppcon21

Code to accompany the talk "Generic Graph Libraries in C++20" at cppcon 21

mkdir build
cd build
cmake ..

Note that you will need to have a C++ compiler that fully supports C++20. If you need to build with a different installed compiler, say, g++-11, invoke

mkdir build
cd build
cmake .. -DCMAKE_CXX_COMPILER=g++-11

About

Code to accompany the talk "Generic Graph Libraries in C++20" at cppcon 21

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published