Benjamin Buch

Results 56 comments of Benjamin Buch

@alalek Thanks for the detailed fixes :-) And sorry for the delay, last week was busy.

Same here. Until last week it still worked with exactly the same Dockerfile. ```Dockerfile FROM gcc:9.2.0 ENV APPIMAGE_VERSION=12 RUN cd /opt \ && curl "https://github.com/AppImage/AppImageKit/releases/download/$APPIMAGE_VERSION/appimagetool-x86_64.AppImage" -L --output appimagetool-x86_64.AppImage --silent \...

> @bebuch does the patching suggested in #828 fix the problem for you? It's been a long time, but in the meantime the code I posted works again without any...

I checked again and you are right. (My configuration of boost where it worked had been special.)

Is there a good reason, why pair is not trivially move constructible? hana's tuple is. My original problem is is the following: I have an std::optional with a hana::map and...

@gabime I assume performance is why `source_location` should not be enabled by default? Turning it on will pretty surely require a bit more memory on the stack. However, it may...

@gabime I've seen that, and I already use it ;-) However, I don't like the current solution with the macro to turn on. A define to switch off would be...

Yeah okay, unwanted source location strings in (commercial) binaries are a strong argument.