Upgraded code to switch to C++17. Tested on Debian Buster
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
using namespace SOM;
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
int main()
|
||||
{
|
||||
static const InputVector::value_type EPSILON = 0.01;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user