Skip to content

Conversation

gerrymanoim
Copy link
Contributor

Closes #172.

Still WIP - need to add:

  • absl::btree_multimap
  • absl::btree_multiset
  • absl::flat_hash_map
  • absl::flat_hash_set
  • absl::node_hash_map
  • absl::node_hash_set

@github-actions github-actions bot added the enhancement New feature or request label Jul 2, 2020
@gerrymanoim
Copy link
Contributor Author

Having weird symbol not found issues trying to get any of the hash maps to run. Going to pause on this all for now.

#include "libpy/to_object.h"

namespace py {
namespace dispatch {
Copy link
Contributor

Choose a reason for hiding this comment

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

this can be shortened to namespace py::dispatch {

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

Successfully merging this pull request may close these issues.

Consider adding optional headers for abseil
2 participants