Frunobulax
Ketchup Master
84 Posts |
Posted - Nov 19 2008 : 04:41:15 AM
|
1649/VS2005, C++
Hi,
I had (again) the case that I added a function in a header, used create implementation, and the implementation was created inside of an "#ifdef _DEBUG" block. In this case the error went unnoticed, and the nightly build failed for several programs.
Obviously it may be a problem to find the "right" spot for the implementation if a declaration is inside of an #ifdef block. But if a function is not inside of any #ifdefs, creating the implementation inside of such a block is IMHO a severe bug, and I would really appreciate it if you guys could fix that.
Regards, tv
|
"The nice part about being a pessimist is that you are constantly being either proven right or pleasantly surprised." (George F. Will)
|
|