terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

C++11 Uniform Init. within constructor Initialization list #64

Closed rakhimov closed 9 years ago

rakhimov commented 9 years ago

C++11 '{}' for uniform initialization in constructor initialization list seems to break some assumptions in the code that the definition starts with the first brace.

terryyin commented 9 years ago

Hi, I really need to learn C++11 more systematically:-) It's solved and I'm going to create a new release.

Terry

rakhimov commented 9 years ago

Thanks for fixing it fast.