Skip to content

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.

#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

@bifurcation bifurcation merged commit 2f77e93 into main May 27, 2025
19 checks passed
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.

3 participants