All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Template.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 #ifndef _BLAZE_UTIL_TEMPLATE_H_
23 #define _BLAZE_UTIL_TEMPLATE_H_
24 
25 
26 //*************************************************************************************************
59 #if defined(_MSC_VER)
60 # define BLAZE_TEMPLATE
61 #else
62 # define BLAZE_TEMPLATE template
63 #endif
64 
65 //*************************************************************************************************
66 
67 #endif