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
Post a Comment