diff options
| author | Louis Dionne <ldionne@apple.com> | 2018-08-01 02:08:59 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2018-08-01 02:08:59 +0000 |
| commit | c8e84ff25115ed0da2d6e3a81eac40712b467258 (patch) | |
| tree | a68a8e35631c12c29ce1b5f6bd1f247a85960513 /libcxx/include/system_error | |
| parent | b21b479653fdd3adc350c15f1ee69b078f717024 (diff) | |
| download | bcm5719-llvm-c8e84ff25115ed0da2d6e3a81eac40712b467258.tar.gz bcm5719-llvm-c8e84ff25115ed0da2d6e3a81eac40712b467258.zip | |
[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCPP_BUILDING_LIBRARY
Summary: As suggested by Marshall in https://reviews.llvm.org/D49914
Reviewers: mclow.lists, EricWF
Subscribers: christof, dexonsmith, cfe-commits
Differential Revision: https://reviews.llvm.org/D50008
llvm-svn: 338475
Diffstat (limited to 'libcxx/include/system_error')
| -rw-r--r-- | libcxx/include/system_error | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/system_error b/libcxx/include/system_error index 917c710290a..6e2c8388f17 100644 --- a/libcxx/include/system_error +++ b/libcxx/include/system_error @@ -199,7 +199,7 @@ class _LIBCPP_TYPE_VIS error_category public: virtual ~error_category() _NOEXCEPT; -#if defined(_LIBCPP_BUILDING_SYSTEM_ERROR) && \ +#if defined(_LIBCPP_BUILDING_LIBRARY) && \ defined(_LIBCPP_DEPRECATED_ABI_LEGACY_LIBRARY_DEFINITIONS_FOR_INLINE_FUNCTIONS) error_category() _NOEXCEPT; #else |

