From 4451ea6052ffd7f8ddfc2d38bd5587cb3f64a3c4 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Sat, 21 Aug 2010 16:59:24 +0900 Subject: [PATCH] =?utf8?q?endian.hpp:=20=E3=81=A1=E3=82=87=E3=81=84?= =?utf8?q?=E3=81=A8=E3=81=A0=E3=81=91=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/math/endian.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roast/include/roast/math/endian.hpp b/roast/include/roast/math/endian.hpp index b7d6d56a..e47ae415 100644 --- a/roast/include/roast/math/endian.hpp +++ b/roast/include/roast/math/endian.hpp @@ -27,6 +27,8 @@ namespace roast template struct fixed_reverse_endian : _fixed_reverse_endian_inner {}; + template + struct reverse_endian_o : _fixed_reverse_endian_inner {}; ///// @@ -42,6 +44,11 @@ namespace roast struct fixed_little_endian : not_reverse_endian {}; template struct fixed_big_endian : fixed_reverse_endian {}; + + /* + template + struct little_endian_o : not_reverse_endian {}; + */ //////////////////////////////////////////////////////////// -- 2.11.0