mirror of
https://git.suyu.dev/suyu/ext-boost.git
synced 2025-12-31 19:54:24 +01:00
Revert "externals: Update boost to 1.72 and add Boost Context"
This commit is contained in:
parent
8b4b26a2fd
commit
faaf93d90b
618 changed files with 14262 additions and 96298 deletions
|
|
@ -55,7 +55,7 @@ public:
|
|||
#endif
|
||||
|
||||
/// Default constructor.
|
||||
basic_endpoint() BOOST_ASIO_NOEXCEPT
|
||||
basic_endpoint()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -74,19 +74,19 @@ public:
|
|||
}
|
||||
|
||||
/// Obtain an identifier for the type of the protocol.
|
||||
int type() const BOOST_ASIO_NOEXCEPT
|
||||
int type() const
|
||||
{
|
||||
return BOOST_ASIO_OS_DEF(SOCK_DGRAM);
|
||||
}
|
||||
|
||||
/// Obtain an identifier for the protocol.
|
||||
int protocol() const BOOST_ASIO_NOEXCEPT
|
||||
int protocol() const
|
||||
{
|
||||
return protocol_;
|
||||
}
|
||||
|
||||
/// Obtain an identifier for the protocol family.
|
||||
int family() const BOOST_ASIO_NOEXCEPT
|
||||
int family() const
|
||||
{
|
||||
return family_;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,19 +74,19 @@ public:
|
|||
}
|
||||
|
||||
/// Obtain an identifier for the type of the protocol.
|
||||
int type() const BOOST_ASIO_NOEXCEPT
|
||||
int type() const
|
||||
{
|
||||
return BOOST_ASIO_OS_DEF(SOCK_RAW);
|
||||
}
|
||||
|
||||
/// Obtain an identifier for the protocol.
|
||||
int protocol() const BOOST_ASIO_NOEXCEPT
|
||||
int protocol() const
|
||||
{
|
||||
return protocol_;
|
||||
}
|
||||
|
||||
/// Obtain an identifier for the protocol family.
|
||||
int family() const BOOST_ASIO_NOEXCEPT
|
||||
int family() const
|
||||
{
|
||||
return family_;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,19 +73,19 @@ public:
|
|||
}
|
||||
|
||||
/// Obtain an identifier for the type of the protocol.
|
||||
int type() const BOOST_ASIO_NOEXCEPT
|
||||
int type() const
|
||||
{
|
||||
return BOOST_ASIO_OS_DEF(SOCK_SEQPACKET);
|
||||
}
|
||||
|
||||
/// Obtain an identifier for the protocol.
|
||||
int protocol() const BOOST_ASIO_NOEXCEPT
|
||||
int protocol() const
|
||||
{
|
||||
return protocol_;
|
||||
}
|
||||
|
||||
/// Obtain an identifier for the protocol family.
|
||||
int family() const BOOST_ASIO_NOEXCEPT
|
||||
int family() const
|
||||
{
|
||||
return family_;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -75,19 +75,19 @@ public:
|
|||
}
|
||||
|
||||
/// Obtain an identifier for the type of the protocol.
|
||||
int type() const BOOST_ASIO_NOEXCEPT
|
||||
int type() const
|
||||
{
|
||||
return BOOST_ASIO_OS_DEF(SOCK_STREAM);
|
||||
}
|
||||
|
||||
/// Obtain an identifier for the protocol.
|
||||
int protocol() const BOOST_ASIO_NOEXCEPT
|
||||
int protocol() const
|
||||
{
|
||||
return protocol_;
|
||||
}
|
||||
|
||||
/// Obtain an identifier for the protocol family.
|
||||
int family() const BOOST_ASIO_NOEXCEPT
|
||||
int family() const
|
||||
{
|
||||
return family_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue