mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
String stream test << operator
This commit is contained in:
parent
5a604e1124
commit
744618ceaa
@ -41,10 +41,10 @@ SOFTWARE.
|
||||
|
||||
namespace
|
||||
{
|
||||
using String = etl::string<50>;
|
||||
using String = etl::string<50>;
|
||||
using IString = etl::istring;
|
||||
using Stream = etl::string_stream;
|
||||
using Format = etl::format_spec;
|
||||
using Stream = etl::string_stream;
|
||||
using Format = etl::format_spec;
|
||||
|
||||
//***********************************
|
||||
struct Custom
|
||||
@ -82,7 +82,10 @@ namespace
|
||||
|
||||
return os;
|
||||
}
|
||||
}
|
||||
|
||||
namespace
|
||||
{
|
||||
SUITE(test_string_stream)
|
||||
{
|
||||
//*************************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user