From: Soeren Apel Date: Tue, 16 Feb 2016 20:15:03 +0000 (+0100) Subject: Use the 'default' keyword where applicable. This patch X-Git-Tag: pulseview-0.4.0~332 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=c6246dc56ed01d7e99aa65ab88b8c191300b1ebd;hp=c6246dc56ed01d7e99aa65ab88b8c191300b1ebd;ds=sidebyside Use the 'default' keyword where applicable. This patch 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. ---