]> git.proxmox.com Git - ceph.git/blame - ceph/src/Beast/include/beast/core/detail/base64.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / Beast / include / beast / core / detail / base64.hpp
CommitLineData
7c673cae
FG
1//
2// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
3//
4// Distributed under the Boost Software License, Version 1.0. (See accompanying
5// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6//
7
8#ifndef BEAST_DETAIL_BASE64_HPP
9#define BEAST_DETAIL_BASE64_HPP
10
11#include <cctype>
12#include <string>
13
14namespace beast {
15namespace detail {
16
17/*
18 Portions from http://www.adp-gmbh.ch/cpp/common/base64.html
19 Copyright notice:
20
21 base64.cpp and base64.h
22
23