Fuse bn
Compare changes
- #8 by removing the assumption that size_t is unsigned.Cyril Moineau authored
@@ -140,10 +140,10 @@ public:
@@ -140,10 +140,10 @@ public:
constexpr typename std::enable_if<(SIZE < std::numeric_limits<std::size_t>::max()), R&>::type get(std::size_t i) {
@@ -155,7 +155,7 @@ public:
@@ -155,7 +155,7 @@ public:
constexpr typename std::enable_if<(SIZE == std::numeric_limits<std::size_t>::max()), R&>::type get(std::size_t /*i*/) {