if you're trying to write platform independent code and already using boost, then it's a strong incentive right there, to avoid #if PLATFORM do this #else do something else, #endif, etc.

A previous employer of mine had used Boris's directory monitor service code. However there were some issues which we had to work around. I don't remember what they were. Unfortunately I no longer work with that employer so don't have access to the source code to jog my memory. It might have simply been the way in which we were using the code.


On Tue, Aug 5, 2014 at 8:36 AM, Szymon Gatner <szymon.gatner@gmail.com> wrote:
Hi,

I am going through code of directory monitor ASIO extension by Boris Schäling (http://www.highscore.de/boost/dir_monitor.zip) and I am wondering: what is the benefit of making this piece of code / library an ASIO extension.

It just feels like it could be easier to use and implement if it wasn't? I hope I am missing something tho and looking here for enlightenment ;)

Regards,
Szymon Gatner

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users



--
Keith Bennett