mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
pushing bad code that only reveals itself in gcc < 6 to test the allow_failures logic in travis
This commit is contained in:
parent
a6d382109e
commit
031231466d
@ -741,6 +741,12 @@ as_writable_bytes(span<ElementType, Extent> s) noexcept
|
|||||||
|
|
||||||
} // namespace gsl
|
} // namespace gsl
|
||||||
|
|
||||||
|
//TEST
|
||||||
|
#if defined(__GNUC__) && __GNUC__ < 6
|
||||||
|
asdfadfasdfasdfasdfasdfasdfasdfasdf
|
||||||
|
#endif
|
||||||
|
//
|
||||||
|
|
||||||
#if defined(_MSC_VER) && !defined(__clang__)
|
#if defined(_MSC_VER) && !defined(__clang__)
|
||||||
|
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
Loading…
Reference in New Issue
Block a user