remove using std::*, switch to include guard
This commit is contained in:
@@ -5,11 +5,7 @@
|
||||
|
||||
namespace nix {
|
||||
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
using std::nullopt;
|
||||
|
||||
optional<string> ErrorInfo::programName = nullopt;
|
||||
optional<string> ErrorInfo::programName = std::nullopt;
|
||||
|
||||
// return basic_format?
|
||||
string showErrLine(ErrLine &errLine)
|
||||
|
||||
Reference in New Issue
Block a user