This website requires JavaScript.
Explore
Help
Sign In
boost
/
serialization
Watch
2
Star
0
Fork
0
You've already forked serialization
mirror of
https://github.com/boostorg/serialization.git
synced
2026-01-30 20:22:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
9f1fc77d462d796e9fc4e183fa190f193e036efc
serialization
/
test
/
test_complex.cpp
Robert Ramey
781dd9f0f2
some tests use math/special functions to compare floating point numbers used generated by test results. math/special functions recently changed so now it requires C++11 or above. That is, usage under C++03 and less is deprecated. In order to continue to support the serialization library in C++03 and later I had to make some changes. After looking at the alternatives, I decide just to suppress some tests related to floating point numbers. Overall, even though it skips over some tests for C++03 platforms, it was the easiest to implement. C++03 is not widely used these days so it wasn’t worth the effort to replace reliance on math/special functions.
2021-03-10 11:41:15 -08:00
3.1 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink