Hi Francisco, It seems you have the similar issue as me: https://groups.google.com/forum/#!topic/v8-users/KV_LZqz41Ac/discussion
I have resolved the issue by using my own class <https://github.com/pmed/v8pp/blob/master/v8pp/persistent.hpp#L17> derived from v8::UniquePersisistent with explicitly defined move constructor and assignment operator. As I understand, there were improvements to C++11 support in recent V8 versions from that time, so maybe this issue has already been resolved. Cheers, Pavel -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
