No description
0b488905f9
It confuses me that 'it' is a reference, while 'payload' is a value, so even if payload is a const value that's never written, it's not OK to change it to a reference, as the underlying memory is released by the in-between erase() call. Change-Id: I05ad0f64e3eeedf847b74a6fadff610fc7469aa1 |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.