diff options
author | root <root> | 2012-02-13 01:52:14 +0000 |
---|---|---|
committer | root <root> | 2012-02-13 01:52:14 +0000 |
commit | da701b874dce05b1fd0b3e9144b10891b7570016 (patch) | |
tree | c54927bbdc1cd9d752033b12b8f30a1b76e5d9fe | |
parent | c2a842ad79aa97045645a1c96819b54431a02752 (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3919,6 +3919,10 @@ to add as long as they only need one additional pointer for context. If you need support for other types of functors please contact the author (preferably after implementing it). +For all this to work, your C++ compiler either has to use the same calling +conventions as your C compiler (for static member functions), or you have +to embed libev and compile libev itself as C++. + Here is a list of things available in the C<ev> namespace: =over 4 |