forked from boostorg/variant2
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