Skip to content

Instantly share code, notes, and snippets.

@mcflugen
Created November 1, 2014 17:10
Show Gist options
  • Save mcflugen/bc504e08aa6ea56f8aea to your computer and use it in GitHub Desktop.
Save mcflugen/bc504e08aa6ea56f8aea to your computer and use it in GitHub Desktop.
An example of the scipy.weave error in landlab
Doctest: landlab.components.flow_accum.flow_accum_bw._DrainageStack.add_to_stack ... In file included from /Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:17:
In file included from /Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/list.h:16:
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/sequence.h:106:16: warning: 'py::sequence::set_item' hides overloaded virtual function [-Woverloaded-virtual]
virtual void set_item(int ndx, object& val) {
^
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/object.h:781:16: note: hidden overloaded virtual function 'py::object::set_item' declared here: type mismatch at 1st parameter ('const py::object &' vs 'int')
virtual void set_item(const object& key, const object& val) {
^
In file included from /Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:19:
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/dict.h:173:16: warning: 'py::dict::set_item' hides overloaded virtual function [-Woverloaded-virtual]
virtual void set_item(const char* key, object& val) {
^
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/object.h:781:16: note: hidden overloaded virtual function 'py::object::set_item' declared here: type mismatch at 1st parameter ('const py::object &' vs 'const char *')
virtual void set_item(const object& key, const object& val) {
^
In file included from /Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:19:
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/dict.h:179:16: warning: 'py::dict::set_item' hides overloaded virtual function [-Woverloaded-virtual]
virtual void set_item(object& key, object& val) const {
^
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/object.h:781:16: note: hidden overloaded virtual function 'py::object::set_item' declared here: type mismatch at 1st parameter ('const py::object &' vs 'py::object &')
virtual void set_item(const object& key, const object& val) {
^
In file included from /Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:22:
In file included from /Users/huttone/anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/huttone/anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/huttone/anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1761:
/Users/huttone/anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: error: use of overloaded operator '<' is ambiguous (with operand types 'int' and 'py::object')
for (int n = delta_l; n < delta_lplus1; n++) {
~ ^ ~~~~~~~~~~~~
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: because of ambiguity in conversion of 'py::object' to 'unsigned __int128'
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/object.h:128:3: note: candidate function
operator int () const {
^
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/object.h:137:3: note: candidate function
operator float () const {
^
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/object.h:146:3: note: candidate function
operator double () const {
^
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, unsigned __int128)
for (int n = delta_l; n < delta_lplus1; n++) {
^
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(int, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(double, unsigned __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long double, unsigned __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, unsigned __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(float, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long, unsigned __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(long long, unsigned __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(__int128, unsigned __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned int, unsigned __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long, unsigned __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned long long, unsigned __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, float)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, long double)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, __int128)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, unsigned int)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, unsigned long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, unsigned long long)
/Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:693:41: note: built-in candidate operator<(unsigned __int128, unsigned __int128)
4 warnings and 1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment