]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/test/compiler.cpp
Use IsCTCP in blockcolor for ignoring CTCPs.
[user/henk/code/inspircd.git] / make / test / compiler.cpp
index f01423325abbc7ac855f678146d845c61a4552f8..13aede9fedc0b806a24541e9bbe7ff3d7e65cd30 100644 (file)
@@ -2,7 +2,7 @@
  * InspIRCd -- Internet Relay Chat Daemon
  *
  *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
- *   Copyright (C) 2014-2015 Peter Powell <petpow@saberuk.com>
+ *   Copyright (C) 2014-2015, 2017, 2021 Sadie Powell <sadie@witchery.services>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
  * redistribute it and/or modify it under the terms of the GNU General Public
@@ -19,7 +19,7 @@
 
 
 #include <iostream>
-#if defined _LIBCPP_VERSION
+#if defined _LIBCPP_VERSION || __cplusplus >= 201103L
 # include <array>
 # include <type_traits>
 # include <unordered_map>