]> sigrok.org Git - pulseview.git/commitdiff
Use the 'default' keyword where applicable. This patch
authorSoeren Apel <redacted>
Tue, 16 Feb 2016 20:15:03 +0000 (21:15 +0100)
committerSoeren Apel <redacted>
Tue, 16 Feb 2016 20:15:03 +0000 (21:15 +0100)
 was initially created using clang-tidy:

  clang-tidy -checks="-*,moderize-use-default" -fix

However, the resulting patch only wanted to alter the
definitions in the .cpp file. I think it makes more
sense to remove the definitions completely and just
add "= default" to the declarations in the header file.


No differences found