Merge pull request #149 from BBasile/upd-tinyendian
Update tinyendian to 0.2.0 merged-on-behalf-of: Cameron Ross <elpenguino@gmail.com>
This commit is contained in:
commit
942d8657c1
2
dub.json
2
dub.json
|
@ -5,7 +5,7 @@
|
|||
"libs": [],
|
||||
"importPaths": ["source"],
|
||||
"license": "Boost 1.0",
|
||||
"dependencies": { "tinyendian" : { "version" : "~>0.1.0" } },
|
||||
"dependencies": { "tinyendian" : { "version" : "~>0.2.0" } },
|
||||
"homepage": "https://github.com/dlang-community/D-YAML",
|
||||
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
|
||||
"subPackages": [
|
||||
|
|
|
@ -91,7 +91,7 @@ final class Reader
|
|||
///
|
||||
/// Throws: ReaderException on a UTF decoding error or if there are
|
||||
/// nonprintable Unicode characters illegal in YAML.
|
||||
this(ubyte[] buffer) @trusted pure
|
||||
this(ubyte[] buffer) @safe pure
|
||||
{
|
||||
auto endianResult = fixUTFByteOrder(buffer);
|
||||
if(endianResult.bytesStripped > 0)
|
||||
|
|
Loading…
Reference in a new issue