Skip to content

CORRADE_DEPRECATED_*() macros don't really work on MSVC2015 #46

@mosra

Description

@mosra

Reported by @AVK330.

  • Using __declspec instead of [[]] might make it working in some cases but might require a different placement in other cases (in that case the macro would need to be completely no-op on 2015). nope
  • Verify that the other macros work properly (it seems that the test doesn't trigger deprecation warning for structs) well, partly
  • Verify the same on MSVC2017 and GCC (I think there are also some bad cases) -- yes.

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions