Skip to content

Commit

Permalink
Merge pull request #106 from jwillemsen/jwi-stringreturn
Browse files Browse the repository at this point in the history
Fixed compile error with C++23
  • Loading branch information
jwillemsen authored Sep 13, 2024
2 parents 87baf00 + 9a8d240 commit b994f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/artifact_installation/artifact_installation_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ namespace DAnCEX11
return it_art->second->location ();
}
}
return 0;
return {};
}

int ArtifactInstallation_Impl::register_handler (ArtifactInstallationHandler* aih)
Expand Down

0 comments on commit b994f34

Please sign in to comment.