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

Uniform use of FORCE_INLINE #1914

Open
pleroy opened this issue Aug 26, 2018 · 2 comments
Open

Uniform use of FORCE_INLINE #1914

pleroy opened this issue Aug 26, 2018 · 2 comments

Comments

@pleroy
Copy link
Member

pleroy commented Aug 26, 2018

Apparently, for namespace-level functions, it needs to go on the definition. For static members of classes, it can go on the declaration. To make things worse, C4714 seems to be missing in action.

@eggrobin
Copy link
Member

/GL killed the 4714: https://gcc.godbolt.org/z/rY29ZC

@eggrobin
Copy link
Member

4714 should be back following #1921.

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

No branches or pull requests

2 participants