sol2/sol
Patrik Huber 540926d9f4 Removed stray <feff> byte order mark
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.
2016-03-14 00:54:23 +00:00
..
compatibility Inheritance 2016-03-05 01:43:45 -05:00
compatibility.hpp coroutines \o/ 2016-02-27 02:43:53 -05:00
coroutine.hpp Fix up the API; prepare for release. 2016-03-11 11:34:44 -05:00
debug.hpp coroutines \o/ 2016-02-27 02:43:53 -05:00
demangle.hpp Documentation fixes, new tests, unique/shared_ptr support. 2016-03-13 08:30:14 -04:00
deprecate.hpp coroutines \o/ 2016-02-27 02:43:53 -05:00
error.hpp coroutines \o/ 2016-02-27 02:43:53 -05:00
function_result.hpp new files for protected functions and its results. Allows for better doc writing. 2016-03-02 21:02:12 -05:00
function_types_allocator.hpp Documentation fixes, new tests, unique/shared_ptr support. 2016-03-13 08:30:14 -04:00
function_types_core.hpp Removed stray <feff> byte order mark 2016-03-14 00:54:23 +00:00
function_types_member.hpp Type names 2016-03-02 10:03:00 -05:00
function_types_overload.hpp Documentation fixes, new tests, unique/shared_ptr support. 2016-03-13 08:30:14 -04:00
function_types_static.hpp fix parse error with g++ 2016-02-27 08:01:48 -05:00
function_types_usertype.hpp Fix up the API; prepare for release. 2016-03-11 11:34:44 -05:00
function_types.hpp coroutines \o/ 2016-02-27 02:43:53 -05:00
function.hpp Removed stray <feff> byte order mark 2016-03-14 00:54:23 +00:00
inheritance.hpp Removed stray <feff> byte order mark 2016-03-14 00:54:23 +00:00
object.hpp Primetime 2016-03-13 10:03:05 -04:00
overload.hpp Documentation fixes, new tests, unique/shared_ptr support. 2016-03-13 08:30:14 -04:00
protected_function_result.hpp Fix up the API; prepare for release. 2016-03-11 11:34:44 -05:00
protected_function.hpp Fix up the API; prepare for release. 2016-03-11 11:34:44 -05:00
proxy_base.hpp coroutines \o/ 2016-02-27 02:43:53 -05:00
proxy.hpp new files for protected functions and its results. Allows for better doc writing. 2016-03-02 21:02:12 -05:00
raii.hpp Documentation fixes, new tests, unique/shared_ptr support. 2016-03-13 08:30:14 -04:00
reference.hpp Fix up the API; prepare for release. 2016-03-11 11:34:44 -05:00
resolve.hpp coroutines \o/ 2016-02-27 02:43:53 -05:00
stack.hpp Clang errors because 2 phase lookup is stupid between compilers. 2016-03-13 08:41:29 -04:00
state_view.hpp Fix up the API; prepare for release. 2016-03-11 11:34:44 -05:00
state.hpp Fix up the API; prepare for release. 2016-03-11 11:34:44 -05:00
table_core.hpp Documentation fixes, new tests, unique/shared_ptr support. 2016-03-13 08:30:14 -04:00
table_iterator.hpp Forgot userdata and table_iterator files. 2016-03-11 11:36:13 -05:00
table.hpp coroutines \o/ 2016-02-27 02:43:53 -05:00
thread.hpp Formatting and a few new constants. 2016-02-27 02:49:40 -05:00
traits.hpp Documentation fixes, new tests, unique/shared_ptr support. 2016-03-13 08:30:14 -04:00
tuple.hpp coroutines \o/ 2016-02-27 02:43:53 -05:00
types.hpp Documentation fixes, new tests, unique/shared_ptr support. 2016-03-13 08:30:14 -04:00
userdata.hpp Forgot userdata and table_iterator files. 2016-03-11 11:36:13 -05:00
usertype_traits.hpp Fix up the API; prepare for release. 2016-03-11 11:34:44 -05:00
usertype.hpp Documentation fixes, new tests, unique/shared_ptr support. 2016-03-13 08:30:14 -04:00