2

可以通过clang或gcc的命令行选项配置constexpr编译时递归限制吗?如何?

4

1 回答 1

4

当我超过 gcc 的限制时,我收到以下错误消息:

error: constexpr evaluation depth exceeds maximum of 512 (use -fconstexpr-depth= to increase the maximum)

根据文档,clang 理解相同的选项。

于 2013-06-01T19:49:24.343 回答