But it's strange that my change is logged after yours and I don't remember seeing your change... who knows, maybe it was there but I failed to see. Yes, it (more...)
Actually, trac wiki cannot do that ;(. I had to copy&paste my text, open&edit the changed version, paste that text into it and submit. I got something like 'You cannot (more...)
Wow, I didn't know Trac can do that! I just checked the timeline and noticed that Petr and I have modified the same page in a short succession. What is (more...)
Hi Peter,
so I've browsed through the g++ manual and I've found several parameters that we can maybe additionally use. List of them (including their description) is in the attached file (more...)
Hi Peter,
It would actually be great to always add -std=c++98 -pedantic to the compiler flags when using gcc under linux. Actually putting the following in tester.pri, for example, will do (more...)
Hi Petr,
Yes you are right, I didn't know that! We'd better be standard conformant and remove the semicolons!
I actually used to think that namespaces need a semicolon just like (more...)
Hi Peter,
I've just noticed (haven't paid attention to it before) that we have an extra semicolon at the end of all namespaces but there should be no semicolon (according to (more...)