Skip to content

Make namespaces configurable #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Make namespaces configurable #64

wants to merge 3 commits into from

Conversation

bifurcation
Copy link
Contributor

Following the same strategy as MLSpp, adds an optional suffix to the C++ namespace so that multiple versions can be supported in the same binary.

@@ -4,7 +4,7 @@

#include <sframe/vector.h>

namespace sframe {
namespace SFRAME_NAMESPACE {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we include #include <namespace.h> ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We get it via vector.h. (That's why it passes CI)

Copy link
Contributor

@suhasHere suhasHere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one question, otherwise lGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants