Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nested template argument list compile error #346

Conversation

martinburchell
Copy link
Contributor

Fixes this compilation error:

In file included from ../../../src/imitatepass.h:5:0,
from ../../../src/qtpasssettings.h:5,
from ../../../src/storemodel.h:10,
from ../../../src/util.h:4,
from tst_util.cpp:1:
../../../src/simpletransaction.h:11:54: error: ‘>>’ should be ‘> >’ within a nested template argument list
std::queue<std::pair<Enums::PROCESS, Enums::PROCESS>> transactionQueue;

@coveralls
Copy link

coveralls commented Jan 9, 2018

Coverage Status

Coverage remained the same at 1.776% when pulling 170cd00 on aptivate:fix-nested-template-argument-list-compile-error into 99601cf on IJHack:master.

@tezeb
Copy link
Contributor

tezeb commented Jan 9, 2018 via email

@martinburchell
Copy link
Contributor Author

@tezeb g++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4

@annejan annejan merged commit ad455b4 into IJHack:master Jan 10, 2018
@5bentz
Copy link

5bentz commented Feb 10, 2018

The last commit 2c7fcca reverted this fix ! Causing compilation errors on Ubuntu 16.04 LTS.

5bentz referenced this pull request Feb 10, 2018
annejan added a commit that referenced this pull request Feb 10, 2018
@annejan
Copy link
Member

annejan commented Feb 10, 2018

This has been re-applied d3787d2

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.

None yet

5 participants