Using using namespace gismo and non gsXxxx stuff.
#795
Unanswered
andre-caldas
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Hi @andre-caldas , it makes sense to rename to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Almost all names in the gismo namespace are named
gsSomething. Except forPoint. I don't actually know if this is a good thing or not, but that would allow me to bring the gismo namespace to the global namespace.Unless I already have a
Pointclass in my global namespace. I know it is not an important issue... if it is an issue at all. But it would be good if I could get noPointand maybe agsPoint, instead. Then I would be able to eliminate allgismo::in my.cppfiles.At least, maybe
gsConfig.hcould have a (deprecated)using Point = gsPointif the user really wants it to be namedPoint. Of course, ideally, I suppose this should not be in the installed library at all.Bad idea? :-)
Beta Was this translation helpful? Give feedback.
All reactions