// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_NUMERICS_SAFE_CONVERSIONS_IMPL_H_ #define BASE_NUMERICS_SAFE_CONVERSIONS_IMPL_H_ // IWYU pragma: private, include "base/numerics/safe_conversions.h" #include <stddef.h> #include <stdint.h> #include <concepts> #include <limits> #include <type_traits> namespace base { internal // namespace internal } // namespace base #endif // BASE_NUMERICS_SAFE_CONVERSIONS_IMPL_H_