mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Fix test name conflict
This commit is contained in:
@ -87,7 +87,7 @@ namespace boost_no_cxx20_hdr_ranges {
|
||||
using std::ranges::crend;
|
||||
using std::ranges::size;
|
||||
using std::ranges::ssize;
|
||||
using std::ranges::empty;
|
||||
constexpr auto dummy = std::ranges::empty; // Would conflict with std::views::empty
|
||||
using std::ranges::data;
|
||||
using std::ranges::cdata;
|
||||
using std::ranges::subrange_kind;
|
||||
|
Reference in New Issue
Block a user