mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Removed redundant member function
This commit is contained in:
parent
85fc48302d
commit
115e0e91a2
@ -730,17 +730,6 @@ namespace etl
|
||||
append_impl(begin(), str, false, false);
|
||||
}
|
||||
|
||||
//*********************************************************************
|
||||
/// Assigns values to the string.
|
||||
/// Truncates if the string does not have enough free space.
|
||||
///\param other The other string.
|
||||
//*********************************************************************
|
||||
template <size_t Size>
|
||||
void assign(const value_type (&literal)[Size])
|
||||
{
|
||||
append_impl(begin(), literal, Size, false, false);
|
||||
}
|
||||
|
||||
//*********************************************************************
|
||||
/// Assigns values to the string.
|
||||
/// Truncates if the string does not have enough free space.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user