未验证 提交 8417ad60 编写于 作者: C Chen Weihang 提交者: GitHub

[Cherry-pick] Up cxx11 check to cxx14 (#34015) (#34034)

[Cherry-pick] Up cxx11 check to cxx14 #34034
上级 f2f2fd80
......@@ -14,8 +14,8 @@ limitations under the License. */
#pragma once
#if !defined(_MSC_VER) && __cplusplus < 199711L
#error C++11 or later compatible compiler is required to use Paddle.
#if !defined(_MSC_VER) && __cplusplus < 201402L
#error C++14 or later compatible compiler is required to use Paddle.
#endif
#ifdef _WIN32
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册