epee: protect base64_chars, removed dead functions, speed up compile

This commit is contained in:
Jeffro256
2023-02-26 14:49:09 -06:00
committed by jeffro256
parent f307621678
commit 04dfdb332e
4 changed files with 6 additions and 27 deletions

View File

@@ -35,7 +35,7 @@ namespace epee
namespace string_encoding
{
inline
std::string& base64_chars()
const std::string& base64_chars()
{
static std::string chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"