You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Fri, Dec 23, 2016 at 08:41:14AM -0800, Nick Fitzgerald wrote:
Reduced test case:
```C++
namespace JS {
template <typename> class PersistentRooted;
}
template <typename> class a { a *b; };
namespace JS {
template <typename c> class PersistentRooted : a<PersistentRooted<c>> {};
}
```
@emilio I'll give it a try when I get into the office.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#358 (comment)
Just got this on the spidermonkey bindings. Will minimize with
creduce
.The text was updated successfully, but these errors were encountered: