rsx: Wrap gsl::span definition into Utilities/span.h

This commit is contained in:
Emmanuel Gil Peyrot 2019-11-09 20:00:31 +01:00
parent f29fcc10cf
commit 56f82d2701
6 changed files with 7 additions and 15 deletions

2
Utilities/span.h Normal file
View file

@ -0,0 +1,2 @@
#define TCB_SPAN_NAMESPACE_NAME gsl
#include <tcb/span.hpp>