Closed rosenrodt closed 4 years ago
That's odd that such an old function works incorrectly (boost::trim()
). You should report that to https://github.com/boostorg/algorithm.
Thank @jszuppe. I have opened a ticket here see how this goes https://github.com/boostorg/algorithm/issues/58
This fixes all the kernel compile errors I encountered when running
test_closure
, one example:I encountered this curious case when cross-compiling with the standalone toolchain generated from android NDK. Most tests pass. But closure is among one of the few that fails. It seems like boost::trim() from the main boost library somehow cuts off more character than it should and also leaves a leading whitespace.