To allow the compilation with gcc, we can't use the
has_feature(noexcept) to detect the existence of noexcept
keyword. We should use cplusplus >= 201103L instead.
Details
Details
- Reviewers
mclow.lists logan
Diff Detail
Diff Detail
Differential D3612
Guard the noexcept with __cplusplus version. logan on May 5 2014, 10:39 AM. Authored by
Details
To allow the compilation with gcc, we can't use the
Diff Detail |