mirror of
https://github.com/monero-project/monero.git
synced 2025-11-26 01:56:29 -05:00
epee: protect base64_chars, removed dead functions, speed up compile
This commit is contained in:
parent
f307621678
commit
04dfdb332e
4 changed files with 6 additions and 27 deletions
|
|
@ -35,7 +35,7 @@ namespace epee
|
|||
namespace string_encoding
|
||||
{
|
||||
inline
|
||||
std::string& base64_chars()
|
||||
const std::string& base64_chars()
|
||||
{
|
||||
|
||||
static std::string chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue