Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove __STDC_FORMAT_MACROS
authorGabriel Corona <gabriel.corona@loria.fr>
Wed, 4 May 2016 12:05:10 +0000 (14:05 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Wed, 4 May 2016 12:05:10 +0000 (14:05 +0200)
It is not needed in C++.

src/mc/mc_compare.cpp

index a5bf48a..6c8f557 100644 (file)
@@ -4,7 +4,6 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#define __STDC_FORMAT_MACROS
 #include <cinttypes>
 
 #include <utility>