On Thursday, 3 May 2018 12:44:14 UTC-4, Ben Noordhuis wrote: > > V8 by default links statically against the bundled libc++ in > buildtools/third_party/libc++ but dynamically against libc, librt, > etc. >
Hmm... seeing how `v8.h` includes `memory`, it could cause problems regardless of whether it's a static build or not if the v8 itself was built against `buildtools/third_party/libc++` and the project including `v8.h` included `memory` from the standard include path. I guess I will cross this Rubicon when I get there. It's good to know about the bundled `libc++`. Thanks again for your insights, Ben. -- -- v8-users mailing list v8-users@googlegroups.com 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 v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.