Logo ROOT   6.08/07
Reference Guide
MConfig.h
Go to the documentation of this file.
1 // @(#)root/smatrix:$Id$
2 // Authors: T. Glebe, L. Moneta 2005
3 
4 #ifndef ROOT_Math_MConfig
5 #define ROOT_Math_MConfig
6 
7 #if defined(__sun) && !defined(linux)
8 #include <stdlib.h>
9 // Solaris does not support expression like D1*(D1+1)/2 as template parameters
10 #define UNSUPPORTED_TEMPLATE_EXPRESSION
11 #endif
12 
13 
14 #endif