Neil MacIntosh
831be5de39
Removed redundant static_cast<> and is_same<> test.
2016-09-14 22:01:02 -07:00
Neil MacIntosh
bc70a93bba
Removed unnecessary reinterpret_cast<> from span implementation.
2016-09-12 19:06:45 -07:00
Neil MacIntosh
3b2419532e
Corrected SFINAE for conversion constructors on span.
2016-09-12 18:51:23 -07:00
Neil MacIntosh
f8ef4e2355
Fix #340 : define constexpr as /*constexpr*/ when unavailable (also noexcept)
2016-08-27 10:51:00 -07:00
Martin Moene
3aea9f7201
Define constexpr as /*constexpr*/ when unavailable (also noexcept)
2016-08-24 19:53:53 +02:00
ericLemanissier
134f2db5d9
Specialize gsl::at for span
...
span being a view and not a container, the generic version of gsl::at is not valid any more for span.
This commits adds a specialization of gsl::at for span
2016-08-23 12:18:36 +02:00
Vincent Isambart
582ae8c87f
Fix #323 - Badly positioned noexcept
2016-08-13 10:15:59 +09:00
Neil MacIntosh
6b4ae834a3
Merge branch 'master' into dev/neilmac/iterators
2016-08-10 19:00:43 -07:00
Galik
222c2d85fd
Removed .h extension from header files.
2016-08-10 17:24:00 +01:00