HomePhabricator

c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally
c0cf48d1ac5bUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally

Due to include ordering, defining in one place was not enough to ensure correct
usage. Use global defines so that we don't have to worry abou this ordering.

Also add a comment in configure about the test.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Jan 8 2016, 18:31
deadalnixPushed on May 14 2017, 22:04
Parents
rABC9de541a9c95a: Merge pull request #7306
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABCc0cf48d1ac5b: c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally (authored by Cory Fields <cory-nospam-@coryfields.com>).Jan 8 2016, 18:32