added: to Space:
std::wstring & FindAdd(const WTextStream & name); std::wstring & Add(const wchar_t * name, const WTextStream & value); std::wstring & Add(const std::wstring & name, const WTextStream & value); std::wstring & Add(const WTextStream & name, const WTextStream & value); git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@430 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -197,8 +197,7 @@ bool is_special;
|
||||
PrintToken(out, i2->first);
|
||||
out << L": ";
|
||||
|
||||
if( i2->second.size() != 1 )
|
||||
out << '[';
|
||||
out << '[';
|
||||
|
||||
for(v = 0 ; v < i2->second.size() ; ++v)
|
||||
{
|
||||
@@ -211,8 +210,7 @@ bool is_special;
|
||||
out << L",\n";
|
||||
}
|
||||
|
||||
if( i2->second.size() != 1 )
|
||||
out << ']';
|
||||
out << ']';
|
||||
|
||||
if( index + 1 < space.table.size() )
|
||||
out << ',';
|
||||
|
Reference in New Issue
Block a user