bolero-MURAKAMI / Sprout

C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.
http://bolero-murakami.github.io/Sprout/
Boost Software License 1.0
876 stars 48 forks source link

C++14 N3620 proposal implementation (hton, ntoh) #60

Closed CJKay closed 10 years ago

CJKay commented 10 years ago

Full implementation (as of 2014-03-25) of N3620 available @ http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3620.pdf

Supports all /unsigned/ integers (as per the paper) where sizeof(T) > 1

bolero-MURAKAMI commented 10 years ago

HI, CJKay. I really appreciate your contribution. Thank you very much.