iw4x / iw4x-client

GNU General Public License v3.0
123 stars 42 forks source link

Fix standard attributes in middle of decl-specifiers #142

Closed wroyca closed 1 month ago

wroyca commented 1 month ago

Attributes can only appear first in a member declaration. MSVC is lenient here, but other compilers will generate an error accordingly.

https://eel.is/c++draft/class.mem#general

Rackover commented 1 month ago

I'm not even sure why we have those. Somebody said it's good practice but then didn't update the whole project to use them so now they're in this tiny place and nowhere else

wroyca commented 1 month ago

Will make a follow-up PR to remove these. :)