Kaydet (Commit) 35863754 authored tarafından Tomáš Chvátal's avatar Tomáš Chvátal Kaydeden (comit) Caolán McNamara

Fix build with boost 1.69

This is also fixed with master with boost bump which we do not need
here.

Change-Id: I61caec10c0c6d442cef3d51c31eaff01f18b89e3
Reviewed-on: https://gerrit.libreoffice.org/69310Reviewed-by: 's avatarTomáš Chvátal <tchvatal@suse.cz>
Tested-by: 's avatarTomáš Chvátal <tchvatal@suse.cz>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 2508f949
...@@ -143,7 +143,7 @@ bool LoadModule() ...@@ -143,7 +143,7 @@ bool LoadModule()
#endif // ENABLE_QUICKSTART_APPLET #endif // ENABLE_QUICKSTART_APPLET
} }
assert(!boost::logic::indeterminate(loaded)); assert(!boost::logic::indeterminate(loaded));
return loaded; return bool(loaded);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment