mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-15 08:26:04 +08:00
Fixed some conflicts
This commit is contained in:
parent
0ea66204e3
commit
64aeb2bdd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -419,3 +419,4 @@ hugo/resources
|
|||||||
hugo/.hugo_build.lock
|
hugo/.hugo_build.lock
|
||||||
docs/*.html
|
docs/*.html
|
||||||
test/build-coverage
|
test/build-coverage
|
||||||
|
test/vs2022/Build
|
||||||
|
|||||||
@ -43,6 +43,5 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 1
|
#define ETL_NO_NULLPTR_SUPPORT 1
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 1
|
#define ETL_NO_LARGE_CHAR_SUPPORT 1
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 0
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,6 +43,5 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT (__cplusplus < 201103L)
|
#define ETL_NO_NULLPTR_SUPPORT (__cplusplus < 201103L)
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT (__cplusplus < 201103L)
|
#define ETL_NO_LARGE_CHAR_SUPPORT (__cplusplus < 201103L)
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 0
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,7 +43,6 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT (__cplusplus < 201103L)
|
#define ETL_NO_NULLPTR_SUPPORT (__cplusplus < 201103L)
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT (__cplusplus < 201103L)
|
#define ETL_NO_LARGE_CHAR_SUPPORT (__cplusplus < 201103L)
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 0
|
|
||||||
#define ETL_NO_STL
|
#define ETL_NO_STL
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,6 +43,5 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 0
|
#define ETL_NO_NULLPTR_SUPPORT 0
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 1
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,7 +43,6 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 0
|
#define ETL_NO_NULLPTR_SUPPORT 0
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 1
|
|
||||||
#define ETL_NO_STL
|
#define ETL_NO_STL
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,6 +43,5 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 0
|
#define ETL_NO_NULLPTR_SUPPORT 0
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 1
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,7 +43,6 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 0
|
#define ETL_NO_NULLPTR_SUPPORT 0
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 1
|
|
||||||
#define ETL_NO_STL
|
#define ETL_NO_STL
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,6 +43,5 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 1
|
#define ETL_NO_NULLPTR_SUPPORT 1
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 1
|
#define ETL_NO_LARGE_CHAR_SUPPORT 1
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 0
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,7 +43,6 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 1
|
#define ETL_NO_NULLPTR_SUPPORT 1
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 1
|
#define ETL_NO_LARGE_CHAR_SUPPORT 1
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 0
|
|
||||||
#define ETL_NO_STL
|
#define ETL_NO_STL
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,6 +43,5 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 0
|
#define ETL_NO_NULLPTR_SUPPORT 0
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 1
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,7 +43,6 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 0
|
#define ETL_NO_NULLPTR_SUPPORT 0
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 0
|
|
||||||
#define ETL_NO_STL
|
#define ETL_NO_STL
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,6 +43,5 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 0
|
#define ETL_NO_NULLPTR_SUPPORT 0
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 1
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,7 +43,6 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 0
|
#define ETL_NO_NULLPTR_SUPPORT 0
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 0
|
|
||||||
#define ETL_NO_STL
|
#define ETL_NO_STL
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,6 +43,5 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 1
|
#define ETL_CPP17_SUPPORTED 1
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 0
|
#define ETL_NO_NULLPTR_SUPPORT 0
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 1
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -43,7 +43,6 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 1
|
#define ETL_CPP17_SUPPORTED 1
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 0
|
#define ETL_NO_NULLPTR_SUPPORT 0
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
#define ETL_NO_LARGE_CHAR_SUPPORT 0
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 0
|
|
||||||
#define ETL_NO_STL
|
#define ETL_NO_STL
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -42,6 +42,5 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 1
|
#define ETL_NO_NULLPTR_SUPPORT 1
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 1
|
#define ETL_NO_LARGE_CHAR_SUPPORT 1
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 0
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -42,7 +42,6 @@ SOFTWARE.
|
|||||||
#define ETL_CPP17_SUPPORTED 0
|
#define ETL_CPP17_SUPPORTED 0
|
||||||
#define ETL_NO_NULLPTR_SUPPORT 1
|
#define ETL_NO_NULLPTR_SUPPORT 1
|
||||||
#define ETL_NO_LARGE_CHAR_SUPPORT 1
|
#define ETL_NO_LARGE_CHAR_SUPPORT 1
|
||||||
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 0
|
|
||||||
#define ETL_NO_STL
|
#define ETL_NO_STL
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user