Re: Getting Older c++03 based Spidermonkey

"Nicolas B. Pierron" <[email protected]> Mon, 28 Aug 2017 10:27:10 +0000
Newsgroups gmane.comp.mozilla.devel.jseng
Message-ID <[email protected]>
On 08/25/2017 10:36 AM, Masquerade wrote:
> I want a version of Spidermonkey which is:
> 1) Using purely C++03 code (absolutely no C++11 features)

Is that a compiler issue?

I do not think jsapi.h is using any C++11 features, or maybe a limited set 
of features such as delegated constructors.  So you might be able to compile 
SpiderMonkey with all of C++11, and only enable a few features for jsapi.h 
to compile.

-- 
Nicolas B. Pierron