mirror of
https://github.com/monero-project/monero.git
synced 2025-02-14 12:21:29 -05:00
![jeffro256](/assets/img/avatar_default.png)
On Linux Mint 21.3, g++ Ubuntu 11.4.0-1ubuntu1~22.04, I get linking error for an undefined reference to `epee::string_tools::trim_right`. This PR reverts the changes to epee_readline.cpp in commit c56ee140, which turns a `boost::trim_right` callsite into an `epee::string_tools::trim_right` callsite.
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.