>>> "Roland" == Roland Levillain <roland(a)lrde.epita.fr> writes:
> Currently, header guards have this form:
> OLENA_CORE_ABSTRACT_IMAGE_HH // for oln/core/abstract/image.hh in Olena
> STATIC_VTYPES_HH // for stc/vtypes.hh in Static
> but they don't really match the file paths. I'd prefer to use the
> namespace as a prefix rather than the project name. The guards taken
> as examples above would then read:
> OLN_CORE_ABSTRACT_IMAGE_HH // for oln/core/abstract/image.hh in Olena
> STC_VTYPES_HH // for stc/vtypes.hh in Static
> What do you think?
That's nicer, and easier to automate, I would say.
Morning,
I'd like to use parts of the Olena framework, but am unable to compile the
project.
I've attached the shell output. Could you please advise?
--
Best,
Andre Hauptfleisch
Student Researcher
Address:
Meraka Institute
Building 43, Office B142
Pretoria
Brummeria
South Africa
T: +27 (0)12 841 2814
M: +27 (0)82 5722 469
F: 086 617 9666 (SA only)
E: ahauptfleisch(a)csir.co.za
http://ict4eo.meraka.csir.co.zahttp://andreh.wordpress.com
xmpp:ahauptfleisch@jabber.org
--
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
CallCentre(a)csir.co.za.
This message has been scanned for viruses and dangerous content by MailScanner,
and is believed to be clean. MailScanner thanks Transtec Computers for their support.
Currently, header guards have this form:
OLENA_CORE_ABSTRACT_IMAGE_HH // for oln/core/abstract/image.hh in Olena
STATIC_VTYPES_HH // for stc/vtypes.hh in Static
but they don't really match the file paths. I'd prefer to use the
namespace as a prefix rather than the project name. The guards taken
as examples above would then read:
OLN_CORE_ABSTRACT_IMAGE_HH // for oln/core/abstract/image.hh in Olena
STC_VTYPES_HH // for stc/vtypes.hh in Static
What do you think?