mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-22 01:12:53 -05:00
change compile only span test to test ASM generation system
This commit is contained in:
parent
a4a700ea60
commit
cee06dcad9
@ -48,8 +48,8 @@ bool foo()
|
||||
span<const int> cs;
|
||||
ret = ret || (cs.size() == 0 && cs.data() == nullptr);
|
||||
|
||||
// span<int> s2{};
|
||||
// ret = ret || (s2.size() == 0 && s2.data() == nullptr);
|
||||
span<int> s2{};
|
||||
ret = ret || (s2.size() == 0 && s2.data() == nullptr);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user