Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another attempt to fix MSVC 2015 | Chris Robinson | 2019-05-30 | 1 | -8/+6 |
* | Improve span constructor requirements | Chris Robinson | 2019-05-30 | 1 | -7/+10 |
* | Avoid potentially ambiguous span copy constructor | Chris Robinson | 2019-05-30 | 1 | -2/+2 |
* | Small cleanup for is_span and is_std_array | Chris Robinson | 2019-05-27 | 1 | -8/+10 |
* | Fix default constructor for static-sized spans | Chris Robinson | 2019-05-27 | 1 | -1/+1 |
* | Remove unnecessary assignment operators | Chris Robinson | 2019-05-27 | 1 | -10/+0 |
* | Implement static-sized spans, and handle overload requirements | Chris Robinson | 2019-05-27 | 1 | -6/+191 |
* | Fix subspan | Chris Robinson | 2019-05-26 | 1 | -1/+1 |
* | Add a few more methods to the span class | Chris Robinson | 2019-05-26 | 1 | -0/+11 |
* | Store the span extents as a pair of pointers | Chris Robinson | 2019-05-24 | 1 | -10/+10 |
* | Add a missing include | Chris Robinson | 2019-05-23 | 1 | -0/+2 |
* | Add a span class to act as a view to contiguous data | Chris Robinson | 2019-05-23 | 1 | -0/+105 |