mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
forgot comment
This commit is contained in:
parent
d0e5daf441
commit
4610f26b33
@ -124,7 +124,7 @@ private:
|
|||||||
template <class T>
|
template <class T>
|
||||||
not_null(T ptr) -> not_null<T>;
|
not_null(T ptr) -> not_null<T>;
|
||||||
|
|
||||||
#endif (defined(__cplusplus) && (__cplusplus >= 201703L))
|
#endif // (defined(__cplusplus) && (__cplusplus >= 201703L))
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
auto make_not_null(T&& t) {
|
auto make_not_null(T&& t) {
|
||||||
|
Loading…
Reference in New Issue
Block a user