-
Notifications
You must be signed in to change notification settings - Fork 202
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
added support for 'set' #251
base: develop
Are you sure you want to change the base?
Conversation
include/boost/python/set.hpp
Outdated
#include <boost/python/ssize_t.hpp> | ||
|
||
namespace boost { | ||
namespace python { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please reformat the patch to use two spaces as indentation, rather than eight.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think all the mentioned issues are resolved now
Given the similarities with other Python types, perhaps you can guess what build logic needs to be added ? (Have a look at |
There are still a few pieces of build infrastructure missing:
|
done, Thanks for the guidance |
} | ||
else | ||
{ | ||
this->attr("discrad")(x); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's a typo here
No description provided.