Changeset 1280 for cpp/common


Ignore:
Timestamp:
09/10/23 01:51:57 (8 months ago)
Author:
Maciej Komosinski
Message:

Added explicit type casts (size_t vs. int etc.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd_math.cpp

    r1275 r1280  
    8989
    9090namespace fpExcept
    91 { //shared for all platform, using crossplatform constants, can be defined in build_config (but also conditionally changed from the code)
     91{ //shared for all platforms, using crossplatform constants, can be defined in build_config (but also conditionally changed from the code)
    9292int wanted_exceptions =
    9393#ifdef WANTED_FP_EXCEPTIONS
Note: See TracChangeset for help on using the changeset viewer.