Fix: remove garbage unicode U+FEFF failing compilation on Macos (#248, close #247)

This commit is contained in:
Martin Hammerchmidt
2019-05-22 00:19:04 +02:00
committed by Michele Caini
parent d4a64e93e0
commit 2a3a91af42
3 changed files with 1702 additions and 1069 deletions

View File

@@ -19,6 +19,7 @@ eugeneko
gale83
ghost
Green-Sky
mhammerc
Milerius
morbo84
m-waka

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
#ifndef ENTT_ENTITY_REGISTRY_HPP
#ifndef ENTT_ENTITY_REGISTRY_HPP
#define ENTT_ENTITY_REGISTRY_HPP