mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Rewrite CTAD and SFINAE-out overloads as the standard requires
This commit is contained in:
@@ -456,7 +456,7 @@ int string_test()
|
||||
return 1;
|
||||
}
|
||||
|
||||
#if __cplusplus >= 201703L
|
||||
#ifndef BOOST_CONTAINER_NO_CXX17_CTAD
|
||||
//Chect Constructor Template Auto Deduction
|
||||
{
|
||||
auto gold = StdString(string_literals<CharType>::String());
|
||||
|
||||
Reference in New Issue
Block a user