Robotips / uConfig

Datasheet pinout extractor from PDF and library Stylizer for Kicad.
GNU General Public License v3.0
513 stars 55 forks source link

C++11? #19

Closed martonmiklos closed 5 years ago

martonmiklos commented 5 years ago

Hi @sebcaux

What is your standpoint regarding to using C++11 only features (nullptr, range based for, etc) in the code?

I would love to rely on these features, most modern compilers supporting it. Enforcing it is easy in the pro file.

martonmiklos commented 5 years ago

@sebcaux ping!

If I got a yes/no answer I can finalize #20 and #17

sebcaux commented 5 years ago

I'm OK to add C++11, but not by parts. Add your code with C++11 and we will pass the existing parts later.