79557449

Date: 2025-04-05 19:50:00
Score: 2.5
Natty:
Report link

In my clangd, I also get the same error with that code, I solved it by using:

#include <iostream>
#include <functional>

using namespace std;

int main() {
    function<bool()> fn;
}
Reasons:
  • Whitelisted phrase (-2): I solved
  • RegEx Blacklisted phrase (1): I also get the same error
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I also get the same error
  • Low reputation (1):
Posted by: ismael olivares