Skip to content

Commit

Permalink
Update wrapper from 'unsigned long int' to 'std::size_t'
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Mar 7, 2019
1 parent 0455c57 commit c602bbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace autowig
public:
using ::statiskit::Selection< ::statiskit::CategoricalMultivariateConditionalDistribution, struct ::statiskit::CategoricalMultivariateConditionalDistributionEstimation >::Estimator::Estimator;

typedef class ::std::unordered_set< unsigned long int, struct ::std::hash< unsigned long int >, struct ::std::equal_to< unsigned long int >, class ::std::allocator< unsigned long int > > return_type_381c73e64ead5c259f146f94a515f23e;
typedef class ::std::unordered_set< std::size_t, struct ::std::hash< std::size_t >, struct ::std::equal_to< std::size_t >, class ::std::allocator< std::size_t > > return_type_381c73e64ead5c259f146f94a515f23e;
virtual return_type_381c73e64ead5c259f146f94a515f23e children() const override { PYBIND11_OVERLOAD(return_type_381c73e64ead5c259f146f94a515f23e, class_type, children, ); };
typedef double return_type_3f32a8595a7457cdb1730a938df93a52;
typedef struct ::statiskit::MultivariateConditionalDistribution const * param_3f32a8595a7457cdb1730a938df93a52_0_type;
Expand Down

0 comments on commit c602bbe

Please sign in to comment.