id summary reporter owner description type status milestone component version severity resolution keywords cc 9044 Enable constexpr for applicable operators. Daryle Walker Daniel Frey Some operators, like the ones for comparison & equality, generally don't require mutating operations for their work. That means those functions can be `constexpr` if they use a literal operand type and the base operators are themselves `constexpr`. Bugs new To Be Determined operators Boost 1.54.0 Problem constexpr