Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/containers/vector

    rbb82c03 r17e5e2b  
    1313// Update Count     : 2
    1414//
     15
     16#ifdef __CFORALL__
    1517
    1618#ifndef VECTOR_H
     
    168170#endif // VECTOR_H
    169171
     172#else
     173#include_next <vector>
     174#endif //__CFORALL__
     175
    170176// Local Variables: //
    171177// mode: c //
Note: See TracChangeset for help on using the changeset viewer.