[Geany-Devel] C++11 Bug discussion (transferred from bug tracker)

2012-10-22 Thread Lex Trotman
Transferred from bug tracker https://sourceforge.net/tracker/?func=detail&aid=3578557&group_id=153444&atid=787791to be easier to handle discussion. Original bug (list) This report is a grab bag of some C++11 things that need fixing so they don't get lost, alpha numbered to refer to as they are fi

Re: [Geany-Devel] C++11 Bug discussion (transferred from bug tracker)

2012-10-22 Thread Lex Trotman
On 23 October 2012 12:22, Lex Trotman wrote: > Transferred from bug tracker > https://sourceforge.net/tracker/?func=detail&aid=3578557&group_id=153444&atid=787791to > be easier to handle discussion. > > Original bug (list) > > This report is a grab bag of some C++11 things that need fixing so th

Re: [Geany-Devel] C++11 Bug discussion (transferred from bug tracker)

2012-10-22 Thread Lex Trotman
OOps previous post sent before completion. On 23 October 2012 12:42, Lex Trotman wrote: > > > On 23 October 2012 12:22, Lex Trotman wrote: > >> Transferred from bug tracker >> https://sourceforge.net/tracker/?func=detail&aid=3578557&group_id=153444&atid=787791to >> be easier to handle discussi

Re: [Geany-Devel] C++11 Bug discussion (transferred from bug tracker)

2012-10-23 Thread Lex Trotman
For those of use who are pointer to member syntax challenged (including me), example G of the attachment to the bug: class G{ public: class G1{ int a; int b; }c; int d; G(int dd):d(dd){}; }; const G g; G::G1 G::* gg = &G::c; (nobody least of all me spotted the

Re: [Geany-Devel] C++11 Bug discussion (transferred from bug tracker)

2012-10-24 Thread Colomban Wendling
Le 23/10/2012 04:58, Lex Trotman a écrit : > OOps previous post sent before completion. > > On 23 October 2012 12:42, Lex Trotman > wrote: > > [...] > > > c: ok, complete parsing of numbers may help, but it probably > would just not > highlight

Re: [Geany-Devel] C++11 Bug discussion (transferred from bug tracker)

2012-10-24 Thread Dimitar Zhekov
On Wed, 24 Oct 2012 11:56:49 +0200 Colomban Wendling wrote: > Le 23/10/2012 04:58, Lex Trotman a écrit : > > OOps previous post sent before completion. > > > > Ok, I did say being picky, but it affects autocomplete. In C++11 you > > can delete inherited functions (at least the special member fu