mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:00:06 +00:00
do not include date/date.h for clang
This commit is contained in:
parent
797f26e461
commit
d9f9e89b19
12 changed files with 12 additions and 12 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <boost/json.hpp>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
#include <QTimer>
|
||||
#include <QToolButton>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#include <QGuiApplication>
|
||||
#include <QMouseEvent>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include <boost/timer/timer.hpp>
|
||||
#include <fmt/format.h>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <sstream>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include <boost/bimap.hpp>
|
||||
#include <boost/bimap/unordered_set_of.hpp>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include <cpr/cpr.h>
|
||||
#include <libxml/HTMLparser.h>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <fmt/chrono.h>
|
||||
#include <fmt/format.h>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#include <fmt/chrono.h>
|
||||
#include <fmt/format.h>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#include <libxml/HTMLparser.h>
|
||||
#include <re2/re2.h>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue