mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
explicit "private" inheritance to avoid compiler warnings (MIPSpro)
[SVN r15422]
This commit is contained in:
parent
db425222d5
commit
aff985a563
@ -52,7 +52,7 @@ struct select_base
|
|||||||
} // namespace vinit_detail
|
} // namespace vinit_detail
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
class value_initialized : vinit_detail::select_base<T>::type
|
class value_initialized : private vinit_detail::select_base<T>::type
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user