Changeset 2bf04b in git for kernel/old


Ignore:
Timestamp:
Nov 12, 2015, 2:39:46 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6da2d6765f8866f8426131bf3a097a5c051e956e
Parents:
412c61b77c65fd4adca8f6576d7f1a597459552e
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/old/old.IIntvec.h

    r412c61 r2bf04b  
    66public:
    77  Intvec(iterator first,
    8         iterator last,
    9         const allocator_type& __a = allocator_type()):
     8        iterator last,
     9        const allocator_type& __a = allocator_type()):
    1010    std::vector<int>(first,last,__a){
    1111  }
Note: See TracChangeset for help on using the changeset viewer.