Lines 102-105
namespace std _GLIBCXX_VISIBILITY(defaul
Link Here
|
102 |
} // namespace chrono |
102 |
} // namespace chrono |
103 |
} // namespace std |
103 |
} // namespace std |
104 |
|
104 |
|
|
|
105 |
#if defined(_GLIBCXX_SYMVER_GNU) && defined(_GLIBCXX_SHARED) \ |
106 |
&& defined(_GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE) \ |
107 |
&& defined(_GLIBCXX_HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT) |
108 |
// alias for backwards abi compatibility, see GCC #61758 / Gentoo #513386 |
109 |
asm (".symver " |
110 |
"_ZNSt6chrono3_V212steady_clock3nowEv," |
111 |
"_ZNSt6chrono12steady_clock3nowEv@GLIBCXX_3.4.17"); |
112 |
#endif |
113 |
|
105 |
#endif // _GLIBCXX_USE_C99_STDINT_TR1 |
114 |
#endif // _GLIBCXX_USE_C99_STDINT_TR1 |