-WaE: nested template problems.
warning: ">>" operator will be treated as two right angle brackets in C++0x error: ">>" should be "> >" within a nested template argument list and Change-Id: Id3f555d606887fb60db016ab14fb0541ccfd0d7a error: "<::" cannot begin a template-argument list note: "<:" is an alternate spelling for "[". Insert whitespace between "<" and "::"
This commit is contained in:
@@ -317,7 +317,7 @@ bool RemoteServer::connectClient( ::boost::shared_ptr< ClientInfo > pClient, con
|
||||
|
||||
sCommunicators.push_back( pCommunicator );
|
||||
|
||||
for ( vector<::boost::shared_ptr<ClientInfoInternal>>::iterator aIt = spServer->mAvailableClients.begin();
|
||||
for ( vector< ::boost::shared_ptr< ClientInfoInternal > >::iterator aIt = spServer->mAvailableClients.begin();
|
||||
aIt != spServer->mAvailableClients.end(); ++aIt )
|
||||
{
|
||||
if ( pClient == *aIt )
|
||||
|
Reference in New Issue
Block a user