Skip to content

c++11 less build#1

Open
petergeelhoed wants to merge 3 commits intodvdouden:masterfrom
petergeelhoed:master
Open

c++11 less build#1
petergeelhoed wants to merge 3 commits intodvdouden:masterfrom
petergeelhoed:master

Conversation

@petergeelhoed
Copy link

I changed the auto type iterators to compile with

c++ -c -I include src/Atom.cpp -o Atom.o
c++ -c -I include src/dodfix.cpp -o dodfix.o
c++ dodfix.o Atom.o -o dodfix

petergeelhoed and others added 3 commits April 17, 2019 11:46
removed auto types iterators so we can build with:
c++ -c -I include src/Atom.cpp -o Atom.o && c++ -c -I include src/dodfix.cpp -o dodfix.o &&  c++ dodfix.o Atom.o -o dodfix
Removed auto type iterators to compile without c++11
@petergeelhoed
Copy link
Author

Zo doet hij het ook zonder -std=gnu++11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant