Upgraded code to switch to C++17. Tested on Debian Buster

This commit is contained in:
emeric
2019-09-10 13:07:06 +02:00
parent 178c400067
commit 2c5917235a
82 changed files with 723 additions and 755 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
using namespace SOM;
int main(int argc, char* argv[])
int main()
{
static const InputVector::value_type EPSILON = 0.01;
{