]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/test/compiler.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / make / test / compiler.cpp
index e2cbd9f64f0cd2ea586bcffe169166d49c61e8c9..13aede9fedc0b806a24541e9bbe7ff3d7e65cd30 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
+ *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.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
@@ -17,7 +19,7 @@
 
 
 #include <iostream>
-#if defined _LIBCPP_VERSION
+#if defined _LIBCPP_VERSION || __cplusplus >= 201103L
 # include <array>
 # include <type_traits>
 # include <unordered_map>