mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-29 19:57:18 +02:00
Remove _real_index
This commit is contained in:
@ -1310,11 +1310,6 @@ public:
|
||||
|
||||
// private accessors
|
||||
|
||||
constexpr int _real_index() const noexcept
|
||||
{
|
||||
return this->ix_;
|
||||
}
|
||||
|
||||
using variant_base::_get_impl;
|
||||
|
||||
// converting constructors (extension)
|
||||
|
Reference in New Issue
Block a user