2
0
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:
Christopher Kohlhoff
2007-09-24 13:19:31 +00:00
parent cad9b88130
commit e5c82d221a

View File

@@ -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;