File tree Expand file tree Collapse file tree
modules/c++/six/include/six
projects/csm/external/vts_301_0/source Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ namespace details
144144{
145145 inline void throw_undefined_value ()
146146 {
147- sys ::details::throw_bad_optional_access ();
147+ coda_oss ::details::throw_bad_optional_access ();
148148 }
149149}
150150
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ static FILE * fillBuff_expand_(std::string& fname,
380380{
381381 // If we're here, the orignal call to fillBuff_() failed; assume that's because
382382 // the path needs to be expanded.
383- auto path = sys::Path::expandEnvironmentVariables (fname, sys::Filesystem ::file_type::regular);
383+ auto path = sys::Path::expandEnvironmentVariables (fname, coda_oss::filesystem ::file_type::regular);
384384 try
385385 {
386386 FILE* retval = fillBuff_ (path, statbuf, buff);
You can’t perform that action at this time.
0 commit comments