Changeset eb70dd in git for kernel/int64vec.h


Ignore:
Timestamp:
Jul 12, 2010, 10:50:24 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e01911dc25623127c0b1c73c276d3478cefb7350
Parents:
c8f738def037cddb1fcada51b7f0495df898cd6e
Message:
fix gcc warning

git-svn-id: file:///usr/local/Singular/svn/trunk@12975 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/int64vec.h

    rc8f738d reb70dd  
    4141      return v[i];
    4242    }
    43   inline const int& operator[](int i) const
     43  inline const int64& operator[](int i) const
    4444    {
    4545#ifndef NDEBUG
Note: See TracChangeset for help on using the changeset viewer.