commit | 0615260c13895dc5534b8b4a2530c94e66c92208 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Aug 25 14:19:15 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Aug 25 14:23:38 2025 +0800 |
tree | 7d0c3a14110bb49270aa26704da1dd5d2fcd4079 | |
parent | 3ddb95af8f08638597a31dfa87d4d099a0dbd7d0 [diff] |
Replace boost ends_with with std::string C++20 introduces std::string::ends_with, which provide standard, efficient, and header-light ways to check string prefixes and suffixes. Replacing boost::algorithm::ends_with reduces Boost dependencies, simplifies includes, and improves compilation performance. Change-Id: I4dbb849a750f55e3fe7409ba91c63d8a379aae18 Signed-off-by: George Liu <liuxiwei@ieisystem.com>