mirror of
https://github.com/boostorg/optional.git
synced 2025-07-16 05:42:07 +02:00
Merge branch 'develop' of https://github.com/eldiener/optional into cppbuilder
This commit is contained in:
@ -93,7 +93,9 @@ template <typename T>
|
||||
void test_all_const_cases()
|
||||
{
|
||||
test_converting_ctor<T>();
|
||||
#ifndef BOOST_OPTIONAL_CONFIG_NO_PROPER_CONVERT_FROM_CONST_INT
|
||||
test_converting_ctor<const T>();
|
||||
#endif
|
||||
test_converting_ctor_for_noconst_const<T>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user