Skip to content

Instantly share code, notes, and snippets.

View lferra's full-sized avatar
🤖
Time is an illusion. Lunchtime doubly so.

Leonardo Ferraguzzi lferra

🤖
Time is an illusion. Lunchtime doubly so.
  • Perugia, Italy
View GitHub Profile
@lferra
lferra / qtwebengine-5.11.0-gcc-8.1.0.patch
Created June 19, 2018 22:36
qtwebengine-5.11.0-gcc-8.1.0.patch
--- a/src/3rdparty/chromium/mojo/public/cpp/bindings/associated_interface_ptr_info.h.orig 2018-06-14 11:54:15.291169372 +0200
+++ a/src/3rdparty/chromium/mojo/public/cpp/bindings/associated_interface_ptr_info.h 2018-06-14 11:58:20.938363525 +0200
@@ -45,7 +45,7 @@
bool is_valid() const { return handle_.is_valid(); }
- explicit operator bool() const { return handle_; }
+ explicit operator bool() const { return !!handle_; }
ScopedInterfaceEndpointHandle PassHandle() {