79301286

Date: 2024-12-22 16:20:41
Score: 0.5
Natty:
Report link

One just needs to test the const-removed version of C:

concept Container = requires(typename std::remove_const_t<C> c, const C cc) {
    ... /* keep the same */ ...
};

See https://godbolt.org/z/b4aMPdoWM

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Jeff Garrett