Commit 8a28a0c8 by Vitaly Goldshteyn Committed by Copybara-Service

Remove NOLINT for `#include <new>` for __cpp_lib_launder

PiperOrigin-RevId: 645286828
Change-Id: I00efdf1bf774daafbd34c898cf4a524852b638e0
parent 0f29d3e8
......@@ -15,7 +15,7 @@
#include "absl/container/node_hash_map.h"
#include <cstddef>
#include <new> // NOLINT: used for __cpp_lib_launder
#include <new>
#include <string>
#include <tuple>
#include <type_traits>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment