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