X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RIC-E2-TERMINATION%2FReadConfigFile.h;h=87e511d00e7f4f6c2b96f6825ee99bbab3894f57;hb=b222eac2063d47ddcd24fdb380028379c5d8c34d;hp=6f6f094f608f750564dbc4290a49440decd43729;hpb=cfb02d4e78a8d9ce3f5d0845a1a05bd54e54bac3;p=ric-plt%2Fe2.git diff --git a/RIC-E2-TERMINATION/ReadConfigFile.h b/RIC-E2-TERMINATION/ReadConfigFile.h index 6f6f094..87e511d 100644 --- a/RIC-E2-TERMINATION/ReadConfigFile.h +++ b/RIC-E2-TERMINATION/ReadConfigFile.h @@ -148,7 +148,7 @@ private: return str; } - inline static std::string& trim(basic_string str, const std::string& chars = "\t\n\v\f\r ") { + inline static std::string& trim(std::string str, const std::string& chars = "\t\n\v\f\r ") { return ltrim(rtrim(str, chars), chars); } };