
Scott McMurray-2 wrote:
I think what you'll find is that to be accepted, the library will need to offer far more than just a std::string -> std::string interface. At a very minimum it should be able to read from/append to a vector<char>, and it should probably offer something like a streambuf adaptor as well so that it can be used non-invasively.
Of course, Scott, of course! std::string -> std::string is just trivial example. This library will works with STL-containers (where value_type is 'char' and 'unsigned char'). In addition it will works with std::fstream (for example, if we want encode image file directly). -- View this message in context: http://old.nabble.com/Library-for-base64-tp28561821p28566957.html Sent from the Boost - Dev mailing list archive at Nabble.com.