X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/49de56faa17b8da55ee810ded0905ec61638e324..461291649dd9714b7747e2e22e56c3ee0af41848:/eventxx diff --git a/eventxx b/eventxx index 6bf3f9b..1140375 100644 --- a/eventxx +++ b/eventxx @@ -17,8 +17,7 @@ * @eventxx is a simple, direct, one-header inline C++ wrapper for @libevent. * Yes, it's just one header file, so if you want to use it you can just copy * the file to your project and you are set (well, you'll need to link to - * @libevent too ;). I know @eventxx will work with @libevent 1.1 and 1.2 if you - * use the @c event_base_free() fix (see \ref Status section for more details). + * @libevent too ;). * * It's designed to be as close to use to @libevent (without compromising * modern C++ programming techniques) and efficient (since all implementation