Remove template operator<< for dummy stacktrace in util::exception
This commit is contained in:
parent
44d4deca22
commit
cd87a325d0
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@ namespace psemek::util
|
|||
#else
|
||||
struct stacktrace
|
||||
{
|
||||
template <typename Stream>
|
||||
friend Stream & operator << (Stream & stream, stacktrace)
|
||||
friend std::ostream & operator << (std::ostream & stream, stacktrace)
|
||||
{
|
||||
stream << "(stacktrace disabled)\n";
|
||||
return stream;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue