Project

General

Profile

« Previous | Next » 

Revision c129e011

Added by nobu (Nobuyoshi Nakada) 7 months ago

Make rb_ec_set_vm_stack conformant to the C++11 requirement

Https://learn.microsoft.com/en-us/cpp/build/reference/zc-inline-remove-unreferenced-comdat?view=msvc-140

If /Zc:inline is specified, the compiler enforces the C++11
requirement that all functions declared inline must have a definition
available in the same translation unit if they're used.