fixed __clange__ spelling mistake

This commit is contained in:
AdenKoperczak 2024-09-21 12:44:24 -04:00
parent d48baab44c
commit c5d004aa48
12 changed files with 12 additions and 12 deletions

View file

@ -17,7 +17,7 @@
#include <boost/algorithm/string.hpp>
#if !(defined(_MSC_VER) || defined(__clange__))
#if !(defined(_MSC_VER) || defined(__clang__))
# include <date/date.h>
#endif