================
@@ -449,3 +452,5 @@ struct in_place_t {};
constexpr in_place_t in_place;
} // namespace std
+
+#endif // _CLANG_TIDY_TEST_STD_TYPE_TRAITS_H
----------------
gamesh411 wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/200166