Image

Imagejetsnail wrote in Imagecpp

Dear community, if you are really interested in C++ than you can check out and see the solution of non-inheritable (synonyms: non-derivable, sealed, final) C++ class template here: http://boost-consulting.com/vault/index.php?action=downloadfile&filename=noninheritable.zip&directory=Generic%20Programming&

It uses non-standard features of C++ compilers but standard solution using preprocessor are also present. There are some documentation, examples and tests. I proposed to add this library as a part of Boost project. Any comments, suggestions, correction or whatever are welcome.
Thank you very much for your time taken to read this message and probably the code.

Regards,
Vladislav Lazarenko.