mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
fixed: extending std::runtime_error instead, as std::exception ctor is undefined. also fixed some mac warnings from inheriting runtime_error.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
//
|
||||
|
||||
XSocketAddress::XSocketAddress(EError error,
|
||||
const CString& hostname, int port) throw() :
|
||||
const CString& hostname, int port) _NOEXCEPT :
|
||||
m_error(error),
|
||||
m_hostname(hostname),
|
||||
m_port(port)
|
||||
|
||||
Reference in New Issue
Block a user