Skip to content

pbouamriou/tuto_mpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

The purpose of this repository is to create a working base to prepare a presentation on the fundamentals of metaprogramming in c++.

Each step of the presentation is based on a portion of code that is implemented in this repository.

Compilation

Compile all examples in C++11 and C++03:

make

Compile examples in C++11:

make c++11

Compile examples in C++03:

make c++03

Tests

Run all tests (in C++11 and C++03):

make test

Run C++11 tests:

make test11

Run C++03 tests:

make test03

License

MIT License