Skip to content
Snippets Groups Projects
Commit 458b9574 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fixed compilation thanks to clang++

parent b6444edb
Branches
Tags
2 merge requests!2Develop,!1Develop
......@@ -2,9 +2,9 @@
#define TYPES_HPP
enum class ZeroType { zero };
constexpr ZeroType zero=zero;
constexpr ZeroType zero=ZeroType::zero;
enum class IdentityType { identity };
constexpr IdentityType identity=identity;
constexpr IdentityType identity=IdentityType::identity;
#endif // TYPES_HPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment