mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
test
This commit is contained in:
parent
0f60c68ab9
commit
32e5fea6ac
@ -69,11 +69,14 @@ namespace std
|
|||||||
// The end user's logic will pull in the actual definition of array if they need it.
|
// The end user's logic will pull in the actual definition of array if they need it.
|
||||||
template <class Type, std::size_t Sz>
|
template <class Type, std::size_t Sz>
|
||||||
#if defined(__clang__)
|
#if defined(__clang__)
|
||||||
struct \
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
_LIBCPP_TYPE_VIS_ONLY \
|
#define VIS_MOD _LIBCPP_TYPE_VIS_ONLY
|
||||||
|
#else
|
||||||
|
#define VIS_MOD
|
||||||
#endif
|
#endif
|
||||||
array;
|
|
||||||
|
struct VIS_MOD array;
|
||||||
#else
|
#else
|
||||||
class array;
|
class array;
|
||||||
#endif // defined(__clang__)
|
#endif // defined(__clang__)
|
||||||
|
Loading…
Reference in New Issue
Block a user