1

When using template libraries like glm, you often accidentally call an operator (like operator*) with 2 arguments for which no definition exists. Gcc will the print ALL signatures for which operator* is defined which can be extremely annoying and time consuming.

Is there any flag for gcc to prevent this behaviour and print only, lets say, 5 candidates?

hllnll
  • 374
  • 1
  • 2
  • 8
  • Does this answer your question? [Suppress candidates suggested by GCC](https://stackoverflow.com/questions/13025773/suppress-candidates-suggested-by-gcc) – pavon Jun 27 '23 at 16:47

0 Answers0