pushing bad code that only reveals itself in gcc < 6 to test the allow_failures logic in travis

This commit is contained in:
Jordan Maples 2020-05-13 11:04:11 -07:00
parent a6d382109e
commit 031231466d

View File

@ -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)