Skip to content

Commit 90be024

Browse files
author
Dan Smith
committed
update to account for coda-oss changes
1 parent 2863272 commit 90be024

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • six

six/modules/c++/six/include/six/Init.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

six/projects/csm/external/vts_301_0/source/vts_isd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)