c++ - How to generate compile time errors? -


i able this:

   void f(int*p = nullptr)     {     if (!p) { //here have msg displayed during compilation warning possibly }     } 

the correct answer is: you're trying won't ever work.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -