Work around ptr_fun deprecation (Thanks to Andreas Fabri for the patch)

This commit is contained in:
Jan Möbius
2018-04-18 08:41:41 +02:00
parent 0441ba5fa8
commit f308270716

View File

@@ -177,7 +177,6 @@ static inline std::string &left_trim(std::string &_string) {
* @return trimmed string
*/
static inline std::string &right_trim(std::string &_string) {
#error "Apply the same fix here"
// Find out if the compiler supports CXX11
#if ( __cplusplus >= 201103L || _MSVC_LANG >= 201103L )