StreamStatus.cpp trio/streams/StreamStatus.h trio/Stream.h trio //CopyrightEpicGames,Inc.AllRightsReserved. #include"trio/streams/StreamStatus.h" #include"trio/Stream.h" namespacetrio{ #ifdef__clang__ #pragmaclangdiagnosticpush #pragmaclangdiagnosticignored"-Wglobal-constructors" #endif sc::StatusProviderStreamStatus::status{BoundedIOStream::OpenError, BoundedIOStream::ReadError, BoundedIOStream::WriteError, BoundedIOStream::AlreadyOpenError, BoundedIOStream::SeekError}; #ifdef__clang__ #pragmaclangdiagnosticpop #endif }//namespacetrio