Show
Ignore:
Timestamp:
04/29/06 23:49:33 (7 years ago)
Author:
ahu
Message:

Big bag of VC++ fixes, mostly by Michel 'Wimpie' Stol

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/recursor_cache.hh

    r670 r802  
    1919#endif 
    2020 
     21#undef max 
     22 
    2123#define L theL() 
    2224using namespace boost; 
    2325using namespace ::boost::multi_index; 
    24  
    25  
    2626 
    2727class MemRecursorCache : public boost::noncopyable //  : public RecursorCache 
     
    5454    unsigned int size() const 
    5555    { 
    56       return 4+d_string.size(); 
     56      return ( unsigned int ) 4+d_string.size(); 
    5757    } 
    5858