Big cleanup of rampant using std.
This commit is contained in:
parent
fcd1225370
commit
453c50c563
15 changed files with 49 additions and 40 deletions
2
dbc.hpp
2
dbc.hpp
|
@ -4,7 +4,7 @@
|
|||
#include <fmt/core.h>
|
||||
#include <functional>
|
||||
|
||||
using namespace std;
|
||||
using std::string;
|
||||
|
||||
namespace dbc {
|
||||
class Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue