mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00: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:
parent
22743ee125
commit
f29a5db08e
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user