mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 12:53:53 +08:00
removed exception specifications. thread exceptions weren't
being listed and they'd have to be added to every one. just doesn't seem worth the trouble.
This commit is contained in:
@@ -19,7 +19,7 @@ COutputStreamFilter::~COutputStreamFilter()
|
||||
}
|
||||
}
|
||||
|
||||
IOutputStream* COutputStreamFilter::getStream() const throw()
|
||||
IOutputStream* COutputStreamFilter::getStream() const
|
||||
{
|
||||
return m_stream;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user