
On 29 June 2015 at 22:54, Antony Polukhin <antoshkka@gmail.com> wrote:
2015-06-29 20:10 GMT+03:00 Klaim - Joël Lamotte <mjklaim@gmail.com>:
On 29 June 2015 at 15:11, Vladimir Prus <vladimir.prus@gmail.com> wrote:
The documentation can be found at:
Just a quickfix while I'm reading it:
In
http://apolukhin.github.io/Boost.DLL/boost_dll/tutorial.html#boost_dll.tutor...
"// This block is invisible for Quickbook documentation All you need to
do,
is write a simple class that stores callbacks and calls them at destruction:"
I believe the first sentence should not have been visible.
Fxd, thanks!
Another quick note: you might want to clarify somewhere that this is a header-only library. "To start with the library you only need to include <boost/dll.hpp> header. " is useful but doesn't state exactly the same and I had to look in the repo to check that I didn't have to compile it. Otherwise the documentation is nice. I'm preparing a review.