You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of very common words for #defines in your headers really does cause problems. Examples are ERROR, thread, TRY, CATCH, and I'm sure there are many more. It would be very appreciated if at some point this was changed to have a RLC_ prefix. At the very least don't use lowercase, i.e. thread.
Thanks,
Peter
The text was updated successfully, but these errors were encountered:
Point taken! There was some progress on this, as development started to keep up again.
I was planning to fix the most glaring ones and revamp the configuration next weekend due to a holiday.
I think I have prefixed all externally visible symbols now (except config), and I will probably leave BENCH and TEST without prefix because they are not included in relic.h
I still have to sort out the configuration though, in a way to avoid RLC everywhere.
The use of very common words for
#defines
in your headers really does cause problems. Examples areERROR
,thread
,TRY
,CATCH
, and I'm sure there are many more. It would be very appreciated if at some point this was changed to have aRLC_
prefix. At the very least don't use lowercase, i.e.thread
.Thanks,
Peter
The text was updated successfully, but these errors were encountered: