mirror of
https://github.com/boostorg/asio.git
synced 2026-02-26 02:42:08 +00:00
Try making the ip::multicast::enable_loopback socket option an unsigned char on AIX.
[SVN r39503]
This commit is contained in:
@@ -38,7 +38,7 @@ template <int IPv4_Level, int IPv4_Name, int IPv6_Level, int IPv6_Name>
|
||||
class boolean
|
||||
{
|
||||
public:
|
||||
#if defined(__sun)
|
||||
#if defined(__sun) || defined(_AIX)
|
||||
typedef unsigned char value_type;
|
||||
#else
|
||||
typedef int value_type;
|
||||
|
||||
Reference in New Issue
Block a user