79651710

Date: 2025-06-03 18:09:53
Score: 0.5
Natty:
Report link

There are also one const can be added:

  constexpr const * const int DoubleImmutable() const {
    return &mutable_.x;
  }

const pointer to const int.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Alexander