Skip to content

b1tflyyyy/variantx

Repository files navigation

Variant C++ 23 Implementation

This project was created for educational purposes. The implementation of variant is based on libc++. I left a few comments in the implementation with explanations of how some things work.

Deps

  • C++ 23 compiler (clang++/g++)
  • CMake
  • Git

Build

git clone git@github.com:b1tflyyyy/variantx.git
git submodule update --init --recursive

mkdir build
cd build

cmake ..
ninja

ctest --test-dir tests --verbose

About

Simple variant implementation based on libc++ impl...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors