Skip to content

Commit

Permalink
Doxygen for string_view
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed Apr 15, 2024
1 parent 98f783e commit 1cd92b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c4/std/string_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "c4/language.hpp"
#endif

#if (C4_CPP >= 17 && defined(__cpp_lib_string_view))
#if (C4_CPP >= 17 && defined(__cpp_lib_string_view)) || defined(__DOXYGEN__)

#ifndef C4CORE_SINGLE_HEADER
#include "c4/substr.hpp"
Expand Down

0 comments on commit 1cd92b7

Please sign in to comment.