Skip to content

Commit

Permalink
gcc9 gcc11
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyKalin committed Apr 15, 2024
1 parent 42ce452 commit 1088e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dxfeed_graal_cpp_api/internal/Conf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

#ifndef DXFCPP_CXX20_CONSTEXPR_STRING
# if defined(__cpp_lib_constexpr_string)
# define DXFCPP_CXX20_CONSTEXPR_STRING constexpr
# define DXFCPP_CXX20_CONSTEXPR_STRING
# else
# define DXFCPP_CXX20_CONSTEXPR_STRING
# endif
Expand Down

0 comments on commit 1088e64

Please sign in to comment.