Menu

#1 VS2008 compilation issue

Unstable
closed
7
2014-11-16
2010-10-21
No

Fixed very simple issue

- if (x<0 || x>pow(2,z)-1 ||
- y<0 || y>pow(2,z)-1)
+ if (x<0 || x>pow(2.0,z)-1 ||
+ y<0 || y>pow(2.0,z)-1)

Discussion

  • Trousevich Alexander

     
  • Brad Grimmett

    Brad Grimmett - 2013-03-13
    • assigned_to: nobody --> plagued85
    • priority: 5 --> 7
    • labels: --> Compiler (VS)
    • status: open --> pending-accepted
     
  • Brad Grimmett

    Brad Grimmett - 2014-11-16

    Accepted and Closed; This was already patched a while ago.

     
  • Brad Grimmett

    Brad Grimmett - 2014-11-16
    • status: pending-accepted --> closed
    • Group: --> Unstable
     

Log in to post a comment.

MongoDB Logo MongoDB