From 540926d9f4ae612f97bf8fca703ec6a44a4cd00e Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Mon, 14 Mar 2016 00:54:23 +0000 Subject: [PATCH] Removed stray byte order mark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes compiling with clang on msys2. I believe you saved these files as UTF16 once or something and these byte order marks were added by an editor. The PR leads to the line "// The MIT License (MIT)" to no longer be present in the single-header sol.hpp at 3 occasions, but I think they were there by mistake anyway and should've been stripped by the python script, but didn't, because of the BOM. So this actually fixes that as well. --- sol/function.hpp | 2 +- sol/function_types_core.hpp | 2 +- sol/inheritance.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sol/function.hpp b/sol/function.hpp index 5ab8fc46..3a528ecb 100644 --- a/sol/function.hpp +++ b/sol/function.hpp @@ -1,4 +1,4 @@ -// The MIT License (MIT) +// The MIT License (MIT) // Copyright (c) 2013-2016 Rapptz, ThePhD and contributors diff --git a/sol/function_types_core.hpp b/sol/function_types_core.hpp index e19a1f09..5a28acde 100644 --- a/sol/function_types_core.hpp +++ b/sol/function_types_core.hpp @@ -1,4 +1,4 @@ -// The MIT License (MIT) +// The MIT License (MIT) // Copyright (c) 2013-2016 Rapptz, ThePhD and contributors diff --git a/sol/inheritance.hpp b/sol/inheritance.hpp index 49b58993..89673155 100644 --- a/sol/inheritance.hpp +++ b/sol/inheritance.hpp @@ -1,4 +1,4 @@ -// The MIT License (MIT) +// The MIT License (MIT) // Copyright (c) 2013-2016 Rapptz, ThePhD and contributors