boostorg / boostorg/safe_numerics
bug in test_construction.cpp
Open
- Dominant language
- C++
- Stars
- 222
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Hi Robert
There is small issue what cause compilation error on non gcc/msvc compilers
in test_construction.cpp line 156 you create
`using test_types = mp_unique<`
and include test_values.hpp where in line 66 also create the same alias name:
`using test_types = boost::mp11::mp_list<`
which alias shall be used?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.