Skip to content
Snippets Groups Projects
Commit 2db699b7 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

remove using namespace

parent 804c8727
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,6 @@ ...@@ -11,9 +11,6 @@
   
namespace automaton { namespace automaton {
   
using namespace std;
using namespace alphabet;
OneTapeDTM::OneTapeDTM(const State& initialState, const alphabet::Symbol& blank) : SingleInitialState(initialState), BlankSymbolInputTapeAlphabet(blank) { OneTapeDTM::OneTapeDTM(const State& initialState, const alphabet::Symbol& blank) : SingleInitialState(initialState), BlankSymbolInputTapeAlphabet(blank) {
} }
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment