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 to enable compilation with clang and gcc other than Visual C++. #1

Merged
merged 1 commit into from Jun 15, 2019
Merged

Conversation

falgon
Copy link

@falgon falgon commented Jun 11, 2019

* In Visual C++ 15.2 earlier, Two-phase name lookup is not implemented, and it is disabled by default in 15.3 and later (FYI: https://devblogs.microsoft.com/cppblog/two-phase-name-lookup-support-comes-to-msvc/), so Visual C++ may be able to compile without the modification "Base::". However, this code is invalid in standard C++ (gcc and clang).
* "__declspec" is a Visual C++-specific extended attribute syntax.
@meta-cpp meta-cpp merged commit 53b479a into meta-cpp:master Jun 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants