mirror of
https://github.com/boostorg/utility.git
synced 2025-07-31 21:34:46 +02:00
explicit "private" inheritance to avoid compiler warnings (MIPSpro)
[SVN r15422]
This commit is contained in:
@@ -52,7 +52,7 @@ struct select_base
|
||||
} // namespace vinit_detail
|
||||
|
||||
template<class T>
|
||||
class value_initialized : vinit_detail::select_base<T>::type
|
||||
class value_initialized : private vinit_detail::select_base<T>::type
|
||||
{
|
||||
public :
|
||||
|
||||
|
Reference in New Issue
Block a user