cosmopolitan/third_party/libcxx/__undef_macros

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
558 B
Text
Raw Normal View History

// -*- C++ -*-
2024-05-27 09:12:27 +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
//
//===----------------------------------------------------------------------===//
#ifdef min
2024-05-27 09:12:27 +00:00
# undef min
#endif
#ifdef max
2024-05-27 09:12:27 +00:00
# undef max
#endif
#ifdef refresh
# undef refresh
#endif
#ifdef move
# undef move
#endif
#ifdef erase
# undef erase
#endif