Re: [Boost-bugs] [Boost C++ Libraries] #4890: URL compatible base64 encoding/decoding (RFC 3548)

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4890: URL compatible base64 encoding/decoding (RFC 3548)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-11-25 17:20:38


#4890: URL compatible base64 encoding/decoding (RFC 3548)
-------------------------------+--------------------------------------------
  Reporter: anonymous | Owner: ramey
      Type: Feature Requests | Status: closed
 Milestone: To Be Determined | Component: serialization
   Version: Boost 1.43.0 | Severity: Optimization
Resolution: wontfix | Keywords: archive iterator base64 encoding
-------------------------------+--------------------------------------------
Changes (by ramey):

  * status: new => closed
  * resolution: => wontfix

Comment:

 I had a brief look at this and I don't think it's something that belongs
 in the serialization library. It's application seems just too narrow.

 I also would have some other reservations:

 As submitted it applies this "tweak" to the whole file rather than just
 the url's. So it's something that would be better implemented as a
 special data type. e.g.:

 {{{
 struct url {
     template<class Archive>
     void serialize(Archive &ar, const unsigned int version){
         ...
     }
 };
 }}}

 Robert Ramey

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4890#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC