This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Switching to C++ by default in 4.8


On 14 April 2012 11:02, Chiheng Xu wrote:
>
> If debugger fully support namespace, that will be nice. I just say,
> in case debugger have trouble with namespace, you can avoid it.

So it's completely unfounded speculation then.

> But personally, when I write C++ code, I never use namespace. ?I
> always prefix my class name(and corresponding source file names) with
> proper module name, and put the all source files of a module in its
> dedicated sub-directory . ?This make class name globally unique
> throughout the project, and facilitate further re-factoring(searching
> and replacing).

Find'n'replace is not refactoring.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]