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

Make library compatible with C++03 standard so it works also with older compilers #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fedepell
Copy link

This PR makes minor changes that enable the code to be compiled also with C++03 standard compilers (of course as well as newer ones) for example the still quite used:

g++ (Ubuntu 4.8.4-2ubuntu1~14.04.4) 4.8.4

Basically it's syntax details on how to write templates inside templates.

I tested this on Linux, please check out under Windows systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant