mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-03 13:33:21 -05:00
* add gsl::not_null operator<< Hippomocks, which is a popular mocking engine for C++ uses operator<< on pointers and gets confused about gsl::not_null not having this operator. * Update gsl