mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-02 09:18:33 -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
|
// index type for all container indexes/subscripts/sizes
|
||||||
using index = std::ptrdiff_t;
|
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>
|
template <class F>
|
||||||
class final_action
|
class final_action
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user