Changeset 7fe9e13 in git for libpolys/misc/int64vec.h


Ignore:
Timestamp:
Jan 7, 2014, 10:49:14 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
458fe5223a24efe5daf71219814103af29a22a4a
Parents:
9dba83b67ef6188c31760d27748664d42a28b6db
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-07 10:49:14+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-07 11:06:05+01:00
Message:
Renamed NDEBUG -> SING_NDEBUG in order to avoid confusion with GCC macro
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/int64vec.h

    r9dba83b r7fe9e13  
    3131  int64& operator[](int i)
    3232    {
    33 #ifndef NDEBUG
     33#ifndef SING_NDEBUG
    3434      if((i<0)||(i>=row*col))
    3535      {
     
    4141  inline const int64& operator[](int i) const
    4242    {
    43 #ifndef NDEBUG
     43#ifndef SING_NDEBUG
    4444      if((i<0)||(i>=row*col))
    4545      {
Note: See TracChangeset for help on using the changeset viewer.