Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


Hi,

"and" is a C++ keyword (https://en.cppreference.com/w/cpp/keyword, 
https://en.cppreference.com/w/cpp/keyword/and) which is the logical AND (&&). I am surprised it is 
not recognized.
C++ keywords: and - cppreference.com<https://en.cppreference.com/w/cpp/keyword/and>
This page was last modified on 9 February 2019, at 16:36. This page has been accessed 70,230 times. 
Privacy policy; About cppreference.com; Disclaimers
en.cppreference.com


C++ keywords - cppreference.com<https://en.cppreference.com/w/cpp/keyword>
Also, all identifiers that contain a double underscore __ in any position and each identifier that 
begins with an underscore followed by an uppercase letter is always reserved and all identifiers 
that begin with an underscore are reserved for use as names in the global namespace. See 
identifiers for more details.. The namespace std is used to place names of the standard C++ library.
en.cppreference.com


"--enable-werror" is not in my Makefile. I'll active it next time with autogen.sh.

Is it possible to amend a commit in order to my change ID 71651 or do I have to abandon this change 
and push another one?

________________________________
De : Regina Henschel <rb.henschel@t-online.de>
Envoyé : vendredi 3 mai 2019 00:25
À : Adrien Ollier; libreoffice@lists.freedesktop.org
Objet : Re: help!

Hi Adrien,

Adrien Ollier schrieb am 02-May-19 um 21:32:
Hi everybody,

All of my commits fail at Jenkins tests:
[..}
https://gerrit.libreoffice.org/#/c/71652/

Wrong syntax for the boolean operator.
http://www.cplusplus.com/doc/tutorial/operators/


But the changes are very simple and on my computer I have no error.

Do you have option --enable-werror in your configure?

Kind regards
Regina

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.