You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Frunobulax
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
1 L A T E S T R E P L I E S (Newest First)
accord
Posted - Nov 19 2008 : 1:23:45 PM We are considering doing this at some point: