Emscripten::val binary operator in embind

2018-02-27 Thread michael dalton
I was pointed here by an old documentation writer for emscripten so I hope this is the right forum! While creating a priority queue with emscripten::val's. I'm running into trouble when I insert elements. Error c:\Emscripten\emscripten\1.37.9\system\include\libcxx\__functional_base:61:21: e

Re: Emscripten::val binary operator in embind

2018-03-06 Thread michael dalton
ator operators don't make sense. For example 3 < > {'foo':'bar'}. You'll want to cast your val type to the underlying key of > your priority queue. > > On Tuesday, February 27, 2018 at 11:01:26 PM UTC-8, michael dalton wrote: >> >> I was pointed h