|
1752 | 1752 | template<class Allocator>
|
1753 | 1753 | string to_string(const basic_stacktrace<Allocator>& st);
|
1754 | 1754 |
|
1755 |
| - template<class charT, class traits> |
1756 |
| - basic_ostream<charT, traits>& |
1757 |
| - operator<<(basic_ostream<charT, traits>& os, const stacktrace_entry& f); |
1758 |
| - |
1759 |
| - template<class charT, class traits, class Allocator> |
1760 |
| - basic_ostream<charT, traits>& |
1761 |
| - operator<<(basic_ostream<charT, traits>& os, const basic_stacktrace<Allocator>& st); |
| 1755 | + ostream& operator<<(ostream& os, const stacktrace_entry& f); |
| 1756 | + template<class Allocator> |
| 1757 | + ostream& operator<<(ostream& os, const basic_stacktrace<Allocator>& st); |
1762 | 1758 |
|
1763 | 1759 | namespace pmr {
|
1764 | 1760 | using stacktrace = basic_stacktrace<polymorphic_allocator<stacktrace_entry>>;
|
|
2391 | 2387 |
|
2392 | 2388 | \indexlibrarymember{operator<<}{stacktrace_entry}%
|
2393 | 2389 | \begin{itemdecl}
|
2394 |
| -template<class charT, class traits> |
2395 |
| -basic_ostream<charT, traits>& |
2396 |
| - operator<<(basic_ostream<charT, traits>& os, const stacktrace_entry& f); |
| 2390 | +ostream& operator<<(ostream& os, const stacktrace_entry& f); |
2397 | 2391 | \end{itemdecl}
|
2398 | 2392 |
|
2399 | 2393 | \begin{itemdescr}
|
|
2404 | 2398 |
|
2405 | 2399 | \indexlibrarymember{operator<<}{basic_stacktrace}%
|
2406 | 2400 | \begin{itemdecl}
|
2407 |
| -template<class charT, class traits, class Allocator> |
2408 |
| -basic_ostream<charT, traits>& |
2409 |
| - operator<<(basic_ostream<charT, traits>& os, const basic_stacktrace<Allocator>& st); |
| 2401 | +template<class Allocator> |
| 2402 | + ostream& operator<<(ostream& os, const basic_stacktrace<Allocator>& st); |
2410 | 2403 | \end{itemdecl}
|
2411 | 2404 |
|
2412 | 2405 | \begin{itemdescr}
|
|
0 commit comments