Changeset 2132

Show
Ignore:
Timestamp:
04/04/11 09:38:37 (2 years ago)
Author:
ahu
Message:

Matt Smith found another instance of using namespace boost which caused problems for him.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/dnssecinfra.cc

    r2054 r2132  
    1515#include "base64.hh" 
    1616#include "md5.hh" 
    17  
    18 using namespace boost; 
    1917#include "namespaces.hh" 
    2018using namespace boost::assign; 
     
    264262      count++; 
    265263 
    266   if(starts_with(signQName, "*.")) 
     264  if(boost::starts_with(signQName, "*.")) 
    267265    count--; 
    268266  return count;