blaze
util
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.h
Compiler-specific system settings.
Generated on Tue Feb 26 2019 18:47:56 by
1.8.14