mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-01 08:56:29 -04:00
update comments in source
This commit is contained in:
parent
8eb3205aab
commit
5a66c65d09
@ -69,7 +69,7 @@ namespace gsl
|
||||
// index type for all container indexes/subscripts/sizes
|
||||
using index = std::ptrdiff_t;
|
||||
|
||||
// final_action allows you to ensure something gets run at the end of a scope
|
||||
// final_action allows you to ensure non-throwing code is executed at the end of a scope.
|
||||
template <class F>
|
||||
class final_action
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user