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

Remove unused broken GetTypecode to allow building with GCC 8 #210

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

Commits on Feb 2, 2019

  1. Remove unusable, and unbuildable in GCC 8, GetTypecode

    This template function has always been non-instantiable as
    char[4] to char& is an invalid conversion.  Older GCC didn't notice
    as we never try, but in GCC 8 its existence is an error:
    https://gcc.gnu.org/gcc-8/porting_to.html#hypothetical-instantiation
    rebecca-palmer committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    457ba9d View commit details
    Browse the repository at this point in the history