Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please clang by not defaulting a constructor that it will delete
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 5 Jun 2023 14:02:13 +0000 (16:02 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 5 Jun 2023 14:19:24 +0000 (16:19 +0200)
commitb9bad34dc445703fd68e6086aa41cdcdabcc3bb3
treef28f952c75b9cc587540c3c64b60cf226b9f2c55
parent5916afe8cc535a67f2dd5d233080c3f005ba5a51
Please clang by not defaulting a constructor that it will delete

odpor_tests_private.hpp:24:3: error: explicitly defaulted default constructor is implicitly deleted [-Werror,-Wdefaulted-function-deleted]
  DependentIfSameValueAction() = default;
    ^
odpor_tests_private.hpp:21:13: note: default constructor of 'DependentIfSameValueAction' is implicitly deleted because field 'value' of const-qualified type 'const int' would not be initialized
  const int value;
            ^
src/mc/explo/odpor/odpor_tests_private.hpp