Template.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_UTIL_TEMPLATE_H_
36 #define _BLAZE_UTIL_TEMPLATE_H_
37 
38 
39 //*************************************************************************************************
72 #if defined(_MSC_VER) && !defined(__clang__)
73 # define BLAZE_TEMPLATE
74 #else
75 # define BLAZE_TEMPLATE template
76 #endif
77 
78 //*************************************************************************************************
79 
80 #endif