monero/contrib/epee
jeffro256 8dfb3661ec
epee: partially revert c56ee140 to fix linking errors
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.
2024-12-09 14:34:34 -06:00
..
include epee: partially revert c56ee140 to fix linking errors 2024-12-09 14:34:34 -06:00
src epee: partially revert c56ee140 to fix linking errors 2024-12-09 14:34:34 -06:00
CMakeLists.txt Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
LICENSE.txt year updated in license 2015-01-02 18:52:46 +02:00
README.md year updated in license 2015-01-02 18:52:46 +02:00

epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.