Skip to content

Commit

Permalink
[FIX] ciso646 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Nov 7, 2024
1 parent 77db997 commit 5a373da
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions include/seqan3/core/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

#pragma once

#include <cinttypes>
#include <ciso646> // makes _LIBCPP_VERSION available
#include <cstddef> // makes __GLIBCXX__ available
#include <version>

// macro cruft
//!\cond
Expand Down Expand Up @@ -104,10 +102,6 @@
// C++ standard and features
// ============================================================================

#if __has_include(<version>)
# include <version>
#endif

// C++ standard [required]
#ifdef __cplusplus
# if (__cplusplus < 202002L)
Expand Down

0 comments on commit 5a373da

Please sign in to comment.