Opened 10 years ago
Last modified 10 years ago
#7673 closed Support Requests
BOOST_RATIO_STATIC_ASSERT: constant "X" is not a type name — at Initial Version
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | ratio |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Whily compiling a code with icc that uses boost, I get this error:
/home/ac/sroy8/boost_1_52_0/boost/ratio/detail/overflow_helpers.hpp(77): error: constant "X" is not a type name
BOOST_RATIO_STATIC_ASSERT(X <= max - Y , BOOST_RATIO_OVERFLOW_IN_ADD, ());
Note:
See TracTickets
for help on using tickets.