Skip to content

Commit

Permalink
doc: add example of the underlying issue of the workaround
Browse files Browse the repository at this point in the history
Co-authored-by: Enrico Seiler <[email protected]>
  • Loading branch information
SGSSGene and eseiler authored Jan 17, 2024
1 parent b864f72 commit 3322897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/seqan3/core/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ static_assert(sdsl::sdsl_version_major == 3, "Only version 3 of the SDSL is supp
* The _GLIBCXX_DEBUG statement is a workaround for a libstdc++ bug
* \see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104748
* \see https://github.com/seqan/seqan3/issues/3221
* \see https://godbolt.org/z/159n8xrdo
**/
#if __cpp_lib_constexpr_vector >= 201907L && (defined(_LIBCPP_VERSION) || !defined(_GLIBCXX_DEBUG))
# define SEQAN3_WORKAROUND_LITERAL constexpr
Expand Down

0 comments on commit 3322897

Please sign in to comment.