mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 13:38:56 +01:00
inline const floats are a gcc extension. It is possible to do it in a standard way in C++11 using constexpr, but then gcc will reject the previously accepted nonstandard syntax.