lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 44091d6 2/3: Allow C++17 __has_include


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 44091d6 2/3: Allow C++17 __has_include
Date: Mon, 12 Mar 2018 20:13:52 -0400 (EDT)

branch: master
commit 44091d69bdabd31e3176685778b40e82f36e1fd6
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Allow C++17 __has_include
---
 test_coding_rules.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index b8f30f7..8c25812 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -886,6 +886,7 @@ bool check_reserved_name_exception(std::string const& s)
         ,"__STDC_IEC_559__"
         ,"__STDC__"
         ,"__cplusplus"
+        ,"__has_include"
     // Platform identification.
         ,"_M_IX86"
         ,"_M_X64"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]