Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Mar 13, 2024
1 parent 55e396f commit 059b309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sharg/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static_assert(__cplusplus >= 201709L, "SHARG requires C++20, make sure that you

/*!\def SHARG_COMPILER_IS_GCC
* \brief Whether the current compiler is GCC.
* \ingroup core
* \private
* \details
* __GNUC__ is also used to indicate the support for GNU compiler extensions. To detect the presence of the GCC
* compiler, one has to rule out other compilers.
Expand Down

0 comments on commit 059b309

Please sign in to comment.