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 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/system/Compiler.h>
44 
45 
46 //*************************************************************************************************
79 #if BLAZE_MSC_COMPILER
80 # define BLAZE_TEMPLATE
81 #else
82 # define BLAZE_TEMPLATE template
83 #endif
84 
85 //*************************************************************************************************
86 
87 #endif
Compiler-specific system settings.