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
|
#else
|
||||||
struct stacktrace
|
struct stacktrace
|
||||||
{
|
{
|
||||||
template <typename Stream>
|
friend std::ostream & operator << (std::ostream & stream, stacktrace)
|
||||||
friend Stream & operator << (Stream & stream, stacktrace)
|
|
||||||
{
|
{
|
||||||
stream << "(stacktrace disabled)\n";
|
stream << "(stacktrace disabled)\n";
|
||||||
return stream;
|
return stream;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue