1 /* ///////////////////////////////////////////////////////////////////////
7 * Brief: The Type Library Support
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_TYPE_CONFIG_SUPPORT_H
15 #define EXTL_TYPE_CONFIG_SUPPORT_H
17 #ifndef EXTL_TYPE_CONFIG_H
18 # error This file must be included of extl\type\config\config.h
21 /* ///////////////////////////////////////////////////////////////////////
25 /* non_type_wrap support */
26 #ifdef EXTL_NON_TYPE_WRAP_SUPPORT
27 # undef EXTL_NON_TYPE_WRAP_SUPPORT
30 #ifdef EXTL_TEMPLATE_TYPENAME_T_T_N_SUPPORT
31 # define EXTL_NON_TYPE_WRAP_SUPPORT
34 /* //////////////////////////////////////////////////////////////////// */
35 #endif /* EXTL_TYPE_CONFIG_SUPPORT_H */
36 /* //////////////////////////////////////////////////////////////////// */