forgot comment

This commit is contained in:
Jordan Maples [MSFT] 2019-11-15 12:43:33 -08:00
parent d0e5daf441
commit 4610f26b33

View File

@ -124,7 +124,7 @@ private:
template <class T>
not_null(T ptr) -> not_null<T>;
#endif (defined(__cplusplus) && (__cplusplus >= 201703L))
#endif // (defined(__cplusplus) && (__cplusplus >= 201703L))
template <class T>
auto make_not_null(T&& t) {