79472673

Date: 2025-02-27 12:30:16
Score: 0.5
Natty:
Report link

Consider

namespace ns {
    template<class T>
    struct Ret f();
}

Here the template parameter T inhabits the template parameter scope, while both struct Ret and f inhabit the scope where the template declaration inhabits, namely the scope of ns.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: cpplearner