@@ -182,21 +182,14 @@ <h3>Header <stacktrace></h3>
182182 bool operator!=(const basic_stacktrace< Allocator1 > & lhs,
183183 const basic_stacktrace< Allocator2 > & rhs); -->
184184 // Fast hashing support, O(st.size()) complexity; Async-Handler-Safe.
185- template<typename Allocator>
185+ template<typename Allocator>
186186 std::size_t hash_value(const basic_stacktrace< Allocator > & st);
187187
188- // Outputs stacktrace in a human readable format to output stream; unsafe to use in async handlers.
189- template<typename CharT, typename TraitsT, typename Allocator>
190- std::basic_ostream< CharT, TraitsT > &
191- operator<<(std::basic_ostream< CharT, TraitsT > & os,
188+ // Outputs stacktrace in a human readable format to output stream; unsafe to use in async handlers.
189+ template<typename CharT, typename TraitsT, typename Allocator>
190+ std::basic_ostream< CharT, TraitsT > &
191+ operator<<(std::basic_ostream< CharT, TraitsT > & os,
192192 const basic_stacktrace< Allocator > & bt);
193- }
194- }
195- </ pre >
196- < h3 > Header <frame></ h3 >
197- < pre >
198- namespace std {
199- namespace stacktrace {
200193<!-- constexpr bool operator<(const frame & lhs, const frame & rhs);
201194 constexpr bool operator>(const frame & lhs, const frame & rhs);
202195 constexpr bool operator<=(const frame & lhs, const frame & rhs);
0 commit comments