Fix clang-tidy build with libstdc++ >= 7
authorRoland Schulz <roland.schulz@intel.com>
Tue, 28 Aug 2018 02:23:09 +0000 (19:23 -0700)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 29 Aug 2018 05:43:07 +0000 (07:43 +0200)
Fixes #2627

Change-Id: I236ab812f98c4921b21b03c6825707595d0385c3

src/gromacs/utility/keyvaluetree.h

index 3cf0e0848e239dfd41bfed2320c19cd245b8df35..293289d663ab49777fff640f98a546b457f269f0 100644 (file)
@@ -256,6 +256,7 @@ class KeyValueTreeObject
             return *this;
         }
         //! Default move constructor.
+        //NOLINTNEXTLINE(performance-noexcept-move-constructor) bug #38733
         KeyValueTreeObject(KeyValueTreeObject &&)            = default;
         //! Default move assignment.
         KeyValueTreeObject &operator=(KeyValueTreeObject &&) = default;