https://trac.cppcheck.net/ticket/13181 ~~~c++ struct A { double eps(double); }; A operator ""_a(long double); void f() { double d = 1.23; if (d == 1.2_a.eps(.1)) {} } ~~~ `1.2_a.eps` is one token.