X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e11a4ebc18ff092ae85548b2e384f58de773322f..fe304706848f0a64477d4687b3ea97d5b9a0c35c:/teshsuite/xbt/parmap_bench/parmap_bench.cpp diff --git a/teshsuite/xbt/parmap_bench/parmap_bench.cpp b/teshsuite/xbt/parmap_bench/parmap_bench.cpp index db7c43e831..21f3fba623 100644 --- a/teshsuite/xbt/parmap_bench/parmap_bench.cpp +++ b/teshsuite/xbt/parmap_bench/parmap_bench.cpp @@ -15,9 +15,9 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(parmap_bench, "Bench for parmap"); -#define MODES_DEFAULT 0x7 -#define ARRAY_SIZE 10007 -#define FIBO_MAX 25 +constexpr unsigned MODES_DEFAULT = 0x7; +constexpr unsigned ARRAY_SIZE = 10007; +constexpr unsigned FIBO_MAX = 25; void (*fun_to_apply)(unsigned*);