
10 Jun
2011
10 Jun
'11
10:09 a.m.
On 10/06/2011 01:14, Robert Ramey wrote:
I think you'd find it interesting to see how the serialization library does it.
../boost/archive/iterators/base64_from_binary ../boost/archive/iterators/binary_from_base64
The code of these is much more complicated than it needs to be; there is too much coupling between the algorithm and the iterator adaptor.