From: Uwe Hermann Date: Tue, 21 Mar 2017 23:45:20 +0000 (+0100) Subject: Use the "default" keyword. X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=db1aabc15dc8680673b943c2dd0f38a83c32a1d9;hp=db1aabc15dc8680673b943c2dd0f38a83c32a1d9;p=pulseview.git Use the "default" keyword. This patch was generated using clang-tidy: clang-tidy -checks="-*,modernize-use-equals-default" -fix (with manual fixups to move the "= default" to the .hpp) ---