草庐IT

c++ - 威科比 - 错误 : Explicit instantiation shall not use ‘inline’ specifier [-fpermissive]

我正在尝试制作/编译wykobi库(计算几何)使用给定的makefile,但我不断收到错误:error:explicitinstantiationshallnotuse‘inline’specifier[-fpermissive]我该如何解决这个问题? 最佳答案 您可以从命令行覆盖makefile中设置的编译器标志:makeOPTIONS_LIBS="-fpermissive-O3-o"OPTIONS="-fpermissive-O3-o" 关于c++-威科比-错误:Explicitin

c++ - 威科比 - 错误 : Explicit instantiation shall not use ‘inline’ specifier [-fpermissive]

我正在尝试制作/编译wykobi库(计算几何)使用给定的makefile,但我不断收到错误:error:explicitinstantiationshallnotuse‘inline’specifier[-fpermissive]我该如何解决这个问题? 最佳答案 您可以从命令行覆盖makefile中设置的编译器标志:makeOPTIONS_LIBS="-fpermissive-O3-o"OPTIONS="-fpermissive-O3-o" 关于c++-威科比-错误:Explicitin