Neil MacIntosh

Results 7 comments of Neil MacIntosh

Thanks! They should show up on the CppCon channel in the next few weeks. I'm not exactly sure when. I think it's a very reasonable expectation to have some tutorial...

Just as an update while other specifications are outstanding...two of the types defined in the GSL (`byte` and `span`) have specifications that are currently working their way through the process...

@MikeGitb I think this document does actually list the core parts of the GSL - `not_null`, `span`, `narrow`, `Expects\Ensures` etc. I don't believe that other GSL implementations need to follow...

@KrisTC we're off-topic here, but just quickly on the topic of VS2013 support: I plan to retire VS 2013 support to a branch when the next version of Visual Studio...

@kcc so if I understand correctly, you are just complaining about tool implementation, rather than the guideline itself? Why would you not raise an issue directly with your tool vendor?

@kcc to address the original statement at the top of this issue: I suspect that in time, static analysis tools will do a better job of flagging mistakes like this....

So I think that after the lengthy discussion here, this issue can now be closed. In summary: the use-after-free potential with `string_view` is accounted for in the Lifetime profile, even...