Force C++ source file to implement header file in Visual Studio -


is there plugin or option force *.cpp file "implement" *.h file? way *.cpp file not compile unless declared methods implemented. compiles when implementation missing , if project static library builds successfully.

i know have problems templates fine force implementation of non-template methods.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -