Minor issue with 'final'
Posted: Wed Jul 02, 2014 6:39 am
Hi,
Just a minor point: C++11 'final', appears to stuff up codelite's code completion, eg:
class Blah final{
};
...stops you being able to use code completion with Blah. Get rid of the final and all is OK.
I'm not actually using it for anything, and I don't know how c++11 friendly codelite is supposed to be (although it seems to handle 'auto' pretty well!), but I thought it was worth mentioning.
Bye,
Mark
Just a minor point: C++11 'final', appears to stuff up codelite's code completion, eg:
class Blah final{
};
...stops you being able to use code completion with Blah. Get rid of the final and all is OK.
I'm not actually using it for anything, and I don't know how c++11 friendly codelite is supposed to be (although it seems to handle 'auto' pretty well!), but I thought it was worth mentioning.
Bye,
Mark