Skip to content

Commit 5487320

Browse files
committed
Merge branch 'master' of https://github.com/gammasoft71/xtd
2 parents c2f40b3 + debbc91 commit 5487320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xtd.core/include/xtd/basic_string.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ namespace xtd {
349349
/// @remarks Writing to the character array accessed through c_str() is undefined behavior.
350350
/// @remarks c_str() and data() perform the same function.
351351
const_pointer c_str() const noexcept {return chars_.c_str();}
352-
352+
353353
/// @brief Returns a reference to the underlying base type.
354354
/// @return Reference to the underlying base type.
355355
const base_type& chars() const noexcept {return chars_;}

0 commit comments

Comments
 (0)