63 #define TEXTCOLOR_BrightBlue TEXTCOLOR_Escape "N" |
63 #define TEXTCOLOR_BrightBlue TEXTCOLOR_Escape "N" |
64 #define TEXTCOLOR_Magenta TEXTCOLOR_Escape "T" |
64 #define TEXTCOLOR_Magenta TEXTCOLOR_Escape "T" |
65 #define TEXTCOLOR_BrightCyan TEXTCOLOR_Escape "V" |
65 #define TEXTCOLOR_BrightCyan TEXTCOLOR_Escape "V" |
66 #define TEXTCOLOR_Reset TEXTCOLOR_Escape "-" |
66 #define TEXTCOLOR_Reset TEXTCOLOR_Escape "-" |
67 |
67 |
|
68 #undef min |
|
69 #undef max |
|
70 |
68 BEGIN_ZFC_NAMESPACE |
71 BEGIN_ZFC_NAMESPACE |
69 |
72 |
70 template<typename T> |
73 template<typename T> |
71 T min (T a, T b) |
74 T min (T a, T b) |
72 { |
75 { |