I'm working with EASTL as STL implementation, which does not implement ios. <gsl/pointers> includes iosfwd to be able to define operator<< for not_null, so I presently cannot use these features. It would be useful to be able to disable the generation of this operator so that the GSL can work without iostreams.
I'm working with EASTL as STL implementation, which does not implement ios.
<gsl/pointers>includesiosfwdto be able to defineoperator<<fornot_null, so I presently cannot use these features. It would be useful to be able to disable the generation of this operator so that the GSL can work without iostreams.