Skip to content

ProphetRu/MetaprogrammingSFINAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metaprogramming SFINAE

Educational project with Doxygen

Build local Linux

sudo apt-get update && sudo apt-get install cmake -y

cd MetaprogrammingSFINAE
mkdir build && cd build

cmake ..

# build release
cmake --build . --config Release

# build deb-package
cmake --build . --target package

Build local Windows

cd MetaprogrammingSFINAE
mkdir build && cd build

cmake ..

# build release
cmake --build . --config Release

Documentation

Documentation