mirror of
https://github.com/google/googletest.git
synced 2026-06-15 08:26:11 +08:00
Merge f80a4046f41308f475b2a6ff05a3e624b5bc86b9 into 7140cd416cecd7462a8aae488024abeee55598e4
This commit is contained in:
commit
da06f9abaa
@ -52,7 +52,16 @@
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <limits>
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic push
|
||||
// Disable the deprecated-declarations warning before the clang bug
|
||||
// (https://github.com/llvm/llvm-project/issues/76515) has been fixed
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
#include <memory>
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
#include <ostream>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user