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++ namespace alias failure #73

Closed rakhimov closed 9 years ago

rakhimov commented 9 years ago

Relates to issue #70

Review on Reviewable

terryyin commented 9 years ago

@rakhimov thanks! this is actually a bug. I fixed it with a hack. Will refactor it to a proper solution next.