blob: b1e80d1b0499ffc055f8185ffe01d1e4ac9fa2d4 [file] [log] [blame]
Howard Hinnantab4f4382011-11-29 16:45:27 +00001// -*- C++ -*-
2//===----------------------------------------------------------------------===//
3//
4// The LLVM Compiler Infrastructure
5//
6// This file is dual licensed under the MIT and the University of Illinois Open
7// Source Licenses. See LICENSE.TXT for details.
8//
9//===----------------------------------------------------------------------===//
10
11#ifdef min
Howard Hinnant49713b42012-09-03 18:13:11 +000012#warning: macro min is incompatible with C++. #undefing min
Howard Hinnantab4f4382011-11-29 16:45:27 +000013#undef min
14#endif
15
16#ifdef max
Howard Hinnant49713b42012-09-03 18:13:11 +000017#warning: macro max is incompatible with C++. #undefing max
Howard Hinnantab4f4382011-11-29 16:45:27 +000018#undef max
19#endif