
22 Feb
2010
22 Feb
'10
4:17 p.m.
Ivan Sorokin wrote:
Hello!
I have a small library that is intended for convenient and declarative resource wrappers creation.
Read Documentation: http://rain.ifmo.ru/~sorokin/rcpp/doc/index.html
Main Page: http://rain.ifmo.ru/~sorokin/rcpp/
Although this library is small I think it is useful. I think it is possible to use it in implementations of asio, filesystem and thread.
You might want to use proper move emulation in the absence of C++0x, as is provided by Boost.Move. Also it seems your implementation doesn't support throwing move constructors.