This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: C++ improvements NEWS patch


Thanks for the quick review!.. I will make the changes and commit.

Sami

On 06/25/2010 12:52 PM, Eli Zaretskii wrote:
Date: Fri, 25 Jun 2010 12:05:20 -0400
From: sami wagiaalla<swagiaal@redhat.com>

A little blurb about ADL and operator improvements.

Thanks.


+ and find A::foo. GDB now supports this. This construct is commonly
                     ^^
Two spaces between sentences, please.

+  In addition to member operators, GDB now supports lookup of operators
+  defined in a namespace and imported with a 'using directive', operators
                                               ^^^^^^^^^^^^^^^^^^^
"a `using' directive" (quoting fixed)

+  defined in the global scope, operators imported implicitly from an
+  anonymous namespace, and as mentioned in the previous point ADL
+  operators.           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      ^^^^^^^^^
"and the ADL operators mentioned in the previous entry"

Okay with these changes.


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