Home  >  Q&A  >  body text

c++ - 我的g++无法编译函数模版

我的是最新的g++5, homebrew 下的

编译函数模版,代码:https://github.com/neo1218/Cpppppppppp/blob/master/STL/template/function_template.cpp
报错如下:

g++ function_template.cpp -o function_template -std=c++11 报同样的错。

PHP中文网PHP中文网2765 days ago683

reply all(3)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 13:18:53

    What error was reported? Can’t see
    I don’t have any problems here

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:18:53

    Reinstall gcc, just use clang on mac

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:18:53

    It’s not installed properly, but it’s no problem to compile with gcc 4.8.3

    reply
    0
  • Cancelreply