Skip to content

Commit

Permalink
Change constexpr to string_view
Browse files Browse the repository at this point in the history
  • Loading branch information
adriazalvarez committed Feb 5, 2025
1 parent 5a4132a commit 7c73624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/DataHandling/src/NXcanSASHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using namespace Mantid::API;
using namespace Mantid::DataHandling::NXcanSAS;

namespace {
constexpr std::string NX_CANSAS_EXTENSION = ".h5";
constexpr std::string_view NX_CANSAS_EXTENSION = ".h5";
//------- SASFileName

bool isCanSASCompliant(bool isStrict, const std::string &input) {
Expand Down

0 comments on commit 7c73624

Please sign in to comment.