Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JasonL9000/cppcon14

source code for CppCon 2014 talk on polymorphic unions
https://github.com/JasonL9000/cppcon14

Last synced: about 2 months ago
JSON representation

source code for CppCon 2014 talk on polymorphic unions

Awesome Lists containing this project

README

        

# cppcon14

source code for CppCon 2014 talk on polymorphic unions

## Clone/Build

```bash
mkdir cppcon14
cd cppcon14
git clone [email protected]:JasonL9000/cppcon14.git src
cd src
make
```