remove \r
[extl.git] / extl / type / config / support.h
blobc209070cedc5f43fb3fc0fe166d46f6767b71174
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: support.h
4 * Created: 08.11.20
5 * Updated: 08.11.20
7 * Brief: The Type Library Support
9 * [<Home>]
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
19 #endif
21 /* ///////////////////////////////////////////////////////////////////////
22 * Compatibility
25 /* non_type_wrap support */
26 #ifdef EXTL_NON_TYPE_WRAP_SUPPORT
27 # undef EXTL_NON_TYPE_WRAP_SUPPORT
28 #endif
30 #ifdef EXTL_TEMPLATE_TYPENAME_T_T_N_SUPPORT
31 # define EXTL_NON_TYPE_WRAP_SUPPORT
32 #endif
34 /* //////////////////////////////////////////////////////////////////// */
35 #endif /* EXTL_TYPE_CONFIG_SUPPORT_H */
36 /* //////////////////////////////////////////////////////////////////// */