diff options
| -rw-r--r-- | libcxx/include/locale | 1 | ||||
| -rw-r--r-- | libcxx/lib/abi/x86_64-unknown-linux-gnu.abilist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/libcxx/include/locale b/libcxx/include/locale index 2bda44d6bcd..a567085f68f 100644 --- a/libcxx/include/locale +++ b/libcxx/include/locale @@ -779,6 +779,7 @@ long double __do_strtod<long double>(const char* __a, char** __p2) { } template <class _Tp> +_LIBCPP_HIDDEN _Tp __num_get_float(const char* __a, const char* __a_end, ios_base::iostate& __err) { diff --git a/libcxx/lib/abi/x86_64-unknown-linux-gnu.abilist b/libcxx/lib/abi/x86_64-unknown-linux-gnu.abilist index 6cc5df6b2a6..a802ae46265 100644 --- a/libcxx/lib/abi/x86_64-unknown-linux-gnu.abilist +++ b/libcxx/lib/abi/x86_64-unknown-linux-gnu.abilist @@ -937,9 +937,6 @@ {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__114error_categoryD1Ev'} {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__114error_categoryD2Ev'} {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__get_classnameEPKcb'} -{'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__num_get_floatIdEET_PKcS3_Rj'} -{'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__num_get_floatIeEET_PKcS3_Rj'} -{'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__num_get_floatIfEET_PKcS3_Rj'} {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__thread_struct25notify_all_at_thread_exitEPNS_18condition_variableEPNS_5mutexE'} {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__thread_struct27__make_ready_at_thread_exitEPNS_17__assoc_sub_stateE'} {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__thread_structC1Ev'} |

