ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

GC interface depends on std::list implementation #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GC interface functions should be virtual.

Different compilers provide different layout of std::list internals. This
makes modules (.dll/.so) compiled with different compilers/stdlib
distributions incompatible with main module (v8cgi.exe). In this case you
need to recompile the whole system.

Original issue reported on code.google.com by ntrf....@gmail.com on 19 Aug 2009 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 30 Aug 2009 at 8:14

GoogleCodeExporter commented 9 years ago
Fixed in rev. 541.

Original comment by ondrej.zara on 3 Sep 2009 at 11:16