Replace compat::make_unique with std::make_unique
[alexxy/gromacs.git] / src / .clang-tidy.new.code
index e495372d9b597af5828bab8719f8ee195b8b7743..d6d1d93fe43ad9716244131bf4f963dd683475c0 100644 (file)
@@ -20,10 +20,6 @@ HeaderFilterRegex: .*
 CheckOptions:
   - key:           cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor
     value:         1
-  - key:           modernize-make-unique.MakeSmartPtrFunction
-    value:         gmx::compat::make_unique
-  - key:           modernize-make-unique.MakeSmartPtrFunctionHeader
-    value:         gromacs/compat/make_unique.h
   - key:           modernize-make-unique.IncludeStyle
     value:         google
   - key:           modernize-make-shared.IncludeStyle