Remove std::string alias (for real this time)
Also use std::string_view in a few more places.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace nix {
|
||||
|
||||
MixCommonArgs::MixCommonArgs(const string & programName)
|
||||
MixCommonArgs::MixCommonArgs(const std::string & programName)
|
||||
: programName(programName)
|
||||
{
|
||||
addFlag({
|
||||
|
||||
Reference in New Issue
Block a user