mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
String stream test << operator
This commit is contained in:
parent
d389f06cdf
commit
1f2fd18d88
@ -63,18 +63,6 @@ namespace
|
||||
|
||||
namespace etl
|
||||
{
|
||||
//***********************************
|
||||
template <size_t SIZE>
|
||||
std::ostream& operator << (std::ostream& os, const etl::string<SIZE>& str)
|
||||
{
|
||||
for (auto c : str)
|
||||
{
|
||||
os << c;
|
||||
}
|
||||
|
||||
return os;
|
||||
}
|
||||
|
||||
//***********************************
|
||||
std::ostream& operator << (std::ostream& os, const IString& str)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user