$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] converting a string to base64
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-02-08 05:31:31
On Thu, Feb 7, 2019 at 11:47 AM Sean Farrow via Boost-users
<boost-users_at_[hidden]> wrote:
> I know there is some code within beest, but wondered whether this had been wrapped?
1. It hasn't be wrapped (to my knowledge)
2. The Beast code is not a public interface (it is in a detail:: namespace).
Feel free to follow the license and use the code, but don't depend on
including the file <boost/beast/core/detail/base64.hpp> directly since
that is not public.
Regards