Re: [llvm 19] boost: fix typo in future.hpp

2025-01-30 Thread Brad Smith
OK. On 2025-01-30 4:38 p.m., Theo Buehler wrote: This fixes a typo that breaks the build of poedit with LLVM 19. /usr/local/include/boost/thread/future.hpp:4671:19: error: no member named 'that' in 'run_it'; did you mean 'that_'? 4671 | that_=x.that; | ^~~~

[llvm 19] boost: fix typo in future.hpp

2025-01-30 Thread Theo Buehler
This fixes a typo that breaks the build of poedit with LLVM 19. /usr/local/include/boost/thread/future.hpp:4671:19: error: no member named 'that' in 'run_it'; did you mean 'that_'? 4671 | that_=x.that; | ^~~~ | that_ /usr/local/include/bo