From: Soeren Apel Date: Tue, 16 Feb 2016 20:15:03 +0000 (+0100) Subject: Use the 'default' keyword where applicable. This patch X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=c6246dc56ed01d7e99aa65ab88b8c191300b1ebd;hp=c6246dc56ed01d7e99aa65ab88b8c191300b1ebd;p=pulseview.git 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. ---