boostorg / boostorg/safe_numerics

bug in test_construction.cpp

Open
#110 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.