Add a MS GSL disambiguation note (#1156)

This commit is contained in:
Brian Kroth 2024-10-14 09:43:43 -05:00 committed by GitHub
parent 3275f9ccb9
commit 11fe02d1ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,3 +216,7 @@ target_link_libraries(foobar PRIVATE Microsoft.GSL::GSL)
## Debugging visualization support ## Debugging visualization support
For Visual Studio users, the file [GSL.natvis](./GSL.natvis) in the root directory of the repository can be added to your project if you would like more helpful visualization of GSL types in the Visual Studio debugger than would be offered by default. For Visual Studio users, the file [GSL.natvis](./GSL.natvis) in the root directory of the repository can be added to your project if you would like more helpful visualization of GSL types in the Visual Studio debugger than would be offered by default.
## See Also
For information on [Microsoft Gray Systems Lab (GSL)](https://aka.ms/gsl) of applied data management and system research see <https://aka.ms/gsl>.