Skip to content

Conversation

sloede
Copy link
Contributor

@sloede sloede commented Jun 28, 2018

This PR fixes two issues the PGI C++ compiler has (at least until version 18.1) when compiling cpptoml.h:

  • Shadowing class value with local variable value
  • Use of auto does sometimes not compile.

These issues seem to be specific to the PGI compiler since they do not occur with other major compilers (GCC, Clang, Intel are fine).

@skystrife skystrife merged commit fb39c14 into skystrife:master Aug 21, 2018
@skystrife
Copy link
Owner

Thanks!

@sloede sloede deleted the fix_pgi branch August 21, 2018 07:57
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.

2 participants