Candidate_v1.7.0
        stable
      
      
        
          | Last change
 on this file since bcc29ca was             87d6bd, checked in by Frederik Heber <heber@…>, 12 years ago | 
        
          | 
FIX: Fixing several clang errors such that we may safely use the compiler.
 
Changes:
 clang does not like execeptions as pure forward declarations.
clang does not like AtomTypes[MaxTypes] with MaxTypes being dynamic.
clang does not like cppunit to have no operator<<() for std::sets (it though
finds the ones for std::vector?), it cannot use one from toString.hpp as it
is declared afterwards (although before instantiation site).
clang does not tolerate inheriting from a protected member class TQuery.
clang does not tolerate shadowing of a variable inside a for-loop (i.e.
declaring variable in loop body with same name as e.g. loop variable).
 clang compilation ran through after these changes without a single failing
test.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            1.2 KB | 
      
      
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.