We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8300275 commit 53ad0faCopy full SHA for 53ad0fa
include/osmium/util/compatibility.hpp
@@ -33,15 +33,6 @@ DEALINGS IN THE SOFTWARE.
33
34
*/
35
36
-// Workarounds for MSVC which doesn't support [[noreturn]]
37
-// This is not needed any more, but kept here for the time being, because
38
-// older versions of osmium-tool need it.
39
-#ifdef _MSC_VER
40
-# define OSMIUM_NORETURN __declspec(noreturn)
41
-#else
42
-# define OSMIUM_NORETURN [[noreturn]]
43
-#endif
44
-
45
// [[deprecated]] is only available in C++14, use this for the time being
46
#ifdef __GNUC__
47
# define OSMIUM_DEPRECATED __attribute__((deprecated))
0 commit comments