mirror of
https://github.com/boostorg/utility.git
synced 2025-07-31 21:34:46 +02:00
Hopefully fixed value_initialized compile errors on clang and comeau (strict mode) reported by Christopher Jefferson, see #4213
[SVN r61947]
This commit is contained in:
@@ -164,6 +164,11 @@ class value_initialized
|
|||||||
|
|
||||||
public :
|
public :
|
||||||
|
|
||||||
|
value_initialized()
|
||||||
|
:
|
||||||
|
m_data()
|
||||||
|
{ }
|
||||||
|
|
||||||
T const & data() const
|
T const & data() const
|
||||||
{
|
{
|
||||||
return m_data.data();
|
return m_data.data();
|
||||||
|
Reference in New Issue
Block a user