Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17624/adobe-source/adobe/source
Modified Files:
xstr.cpp
Log Message:
Removing invalid disambiguator ("template disambiguator outside of template")
Index: xstr.cpp
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/source/xstr.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** xstr.cpp 12 Apr 2005 17:24:44 -0000 1.4
--- xstr.cpp 12 Apr 2005 18:54:52 -0000 1.5
***************
*** 856,860 ****
{
adobe::name_t name(first->first);
! adobe::name_t att_value(first->second.template get<adobe::name_t>());
result.push_back(std::make_pair(name, att_value));
--- 856,860 ----
{
adobe::name_t name(first->first);
! adobe::name_t att_value(first->second.get<adobe::name_t>());
result.push_back(std::make_pair(name, att_value));
|