$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Is Boost interested in the Boost-based Base64 library
From: Denis Shevchenko (for.dshevchenko_at_[hidden])
Date: 2011-06-09 15:11:45
One of golden rules of Unix philosophy for libraries: "Do one thing, and
do it good". Base64 encoding/decoding is very common task, and, IMHO,
Boost must have one simple solution for this common task.
- Denis