This is a gcc bug we need to work around.
Unfortunately floating point user-defined literals use `long double`, and those can't be constexpr in gcc for powerpc64le.
I think we can work around this by using integers where it's biting us (duration literals)
- is caused by
-
SERVER-120574 Fix misleading _ms suffix for cost coefficients
-
- Closed
-