mirror of
https://review.haiku-os.org/haiku
synced 2025-01-21 22:04:49 +01:00
b8c44b4c3f
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.