From 67ff104e7e42fe72ce0f20d6eeadb5ca5c45d119 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Tue, 23 Nov 2010 21:09:11 +0000 Subject: [PATCH] system_error: Add fixme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120059 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/system_error.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/llvm/System/system_error.h b/include/llvm/System/system_error.h index 3bfc092ef31..09922c94da7 100644 --- a/include/llvm/System/system_error.h +++ b/include/llvm/System/system_error.h @@ -805,6 +805,9 @@ inline bool operator!=(const error_condition& _x, const error_condition& _y) { // This needs to stay here for KillTheDoctor. #ifdef LLVM_ON_WIN32 +// FIXME: These two headers really really really need to be removed from here. +// Not only is it a violation of System, they define the stupid min and +// max macros :(. #include #include