2
0
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:
Christopher Kohlhoff
2007-10-29 13:06:12 +00:00
parent 72198ee954
commit 644ed0fa71

View File

@@ -59,7 +59,7 @@ public:
}
private:
fd_set fd_set_;
mutable fd_set fd_set_;
socket_type max_descriptor_;
};