mirror of
https://github.com/boostorg/asio.git
synced 2026-02-25 14:32:08 +00:00
Mac OS X 10.5 (Leopard) gives a compile error if you try to perform an
operation on a const fd_set pointer. [SVN r40546]
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
fd_set fd_set_;
|
||||
mutable fd_set fd_set_;
|
||||
socket_type max_descriptor_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user