Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/c++/v1/__undef_macros is written in an unsupported language. File is not indexed.

0001 // -*- C++ -*-
0002 //===----------------------------------------------------------------------===//
0003 //
0004 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0005 // See https://llvm.org/LICENSE.txt for license information.
0006 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
0007 //
0008 //===----------------------------------------------------------------------===//
0009 
0010 #ifdef min
0011 #  undef min
0012 #endif
0013 
0014 #ifdef max
0015 #  undef max
0016 #endif
0017 
0018 #ifdef refresh
0019 #  undef refresh
0020 #endif
0021 
0022 #ifdef move
0023 #  undef move
0024 #endif
0025 
0026 #ifdef erase
0027 #  undef erase
0028 #endif