const/constexpr variables have internal linkage by default.
@@ -9,7 +9,7 @@
namespace MathUtil {
-static constexpr float PI = 3.14159265f;
+constexpr float PI = 3.14159265f;
template <class T>
struct Rectangle {