2011-11-29 16:45:27 +00:00
|
|
|
// -*- C++ -*-
|
2021-11-17 16:25:01 -05:00
|
|
|
//===----------------------------------------------------------------------===//
|
2011-11-29 16:45:27 +00:00
|
|
|
//
|
2019-01-19 08:50:56 +00:00
|
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2011-11-29 16:45:27 +00:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#ifdef min
|
2022-05-20 17:11:58 +02:00
|
|
|
# undef min
|
2011-11-29 16:45:27 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef max
|
2022-05-20 17:11:58 +02:00
|
|
|
# undef max
|
2011-11-29 16:45:27 +00:00
|
|
|
#endif
|
2023-07-06 17:12:05 +00:00
|
|
|
|
|
|
|
#ifdef refresh
|
|
|
|
# undef refresh
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef move
|
|
|
|
# undef move
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef erase
|
|
|
|
# undef erase
|
|
|
|
#endif
|