diff options
| author | lukyan <[email protected]> | 2022-02-10 16:48:13 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:13 +0300 |
| commit | 96647fad5355ff5ef45a00a6d85c097028584ab0 (patch) | |
| tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /contrib/libs/cxxsupp/libcxx/include | |
| parent | 3e359c7e6344b01b8d0b0fc619297ffdc2644c49 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include')
| -rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/__wrappers_config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__wrappers_config b/contrib/libs/cxxsupp/libcxx/include/__wrappers_config index 60199c0093f..934e7c92796 100644 --- a/contrib/libs/cxxsupp/libcxx/include/__wrappers_config +++ b/contrib/libs/cxxsupp/libcxx/include/__wrappers_config @@ -2,12 +2,12 @@ #if !defined(NDEBUG) && !defined(_LIBCPP_DEBUG) # define _LIBCPP_DEBUG 0 -#endif +#endif #ifndef _YNDX_LIBCPP_ENABLE_EXTENSIONS # define _YNDX_LIBCPP_ENABLE_EXTENSIONS 1 -#endif - +#endif + #if _YNDX_LIBCPP_ENABLE_EXTENSIONS == 1 # define _YNDX_LIBCXX_ENABLE_STRING_RESIZE_UNINITIALIZED 1 # define _YNDX_LIBCXX_ENABLE_VECTOR_BOOL_COMPRESSION 0 |
