johnnyk
New Member
6 Posts |
Posted - Jul 25 2006 : 03:50:03 AM
|
Refactoring code will not play nice with the way I have namespaces defined. In both the .cpp and .h at the top:
namespace Foo { ...(declarations/definitions)... }
When I refactor something using a VA tool, it takes it outside of this block and prepends the namespace name to the function, which works find and compiles, but why can't the software read my mind and know I want it in the namespace block? :)
I think if a namespace block is available, it ought to be safe to assume it should go in there. |
|