File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- LIBNO = 25.7 .0
1+ LIBNO = 26.2 .0
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ namespace gul17 {
146146 *
147147 * \section changelog_gul17 GUL17 Versions
148148 *
149- * \subsection UNRELEASED To be released
149+ * \subsection V26_2_0 Version 26.2.0
150150 *
151151 * - Add gul17::null_safe_string_view(const char*, std::size_t), which returns an empty
152152 * string_view if given a null pointer.
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ std::string_view null_safe_string_view(const char* char_ptr);
285285 *
286286 * \see null_safe_string(), safe_string(), safe_string_view()
287287 *
288- * \since version UNRELEASED
288+ * \since version 26.2.0
289289 */
290290GUL_EXPORT
291291std::string_view null_safe_string_view (const char * char_ptr, std::size_t length);
You can’t perform that action at this time.
0 commit comments