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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -