Bail out if preprocessor symbol Success is defined (bug #253).

This commit is contained in:
Jitse Niesen 2011-05-04 14:28:45 +01:00
parent 781e75cbd7
commit 012419166e

View File

@ -367,6 +367,10 @@ enum QRPreconditioners {
FullPivHouseholderQRPreconditioner
};
#ifdef Success
#error The preprocessor symbol 'Success' is defined, possibly by the X11 header file X.h
#endif
/** \ingroups enums
* Enum for reporting the status of a computation. */
enum ComputationInfo {