C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html

This commit is contained in:
Arash Partow 2016-08-22 18:54:54 +10:00
parent a05c9a55c7
commit 0cbb6ee004
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
# Enable C++ support
language: cpp
# Compiler selection
compiler:
- gcc
# Build steps
script:
- make clean all