]> sigrok.org Git - pulseview.git/commitdiff
Don't use std:: in the code directly (where possible).
authorUwe Hermann <redacted>
Wed, 15 Mar 2017 22:16:05 +0000 (23:16 +0100)
committerUwe Hermann <redacted>
Sat, 18 Mar 2017 19:00:51 +0000 (20:00 +0100)
Use "using std::foo" to make the actual code itself a lot more readable.

There are some exceptions where we usually cannot do this, e.g. std::thread
often conflicts with "thread" from Qt or Boost.


No differences found