Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 19.48 KB | None | 0 0
  1. In file included from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/x86_64-linux-gnu/bits/c++allocator.h:33,
  2.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/allocator.h:46,
  3.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/string:41,
  4.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/locale_classes.h:40,
  5.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/ios_base.h:41,
  6.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ios:42,
  7.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ostream:38,
  8.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/iostream:39,
  9.                  from <source>:1:
  10. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ext/new_allocator.h: In instantiation of 'class __gnu_cxx::new_allocator<int&>':
  11. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/allocator.h:120:11:   required from 'class std::allocator<int&>'
  12. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:84:21:   required from 'struct std::_Vector_base<int&, std::allocator<int&> >'
  13. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:386:11:   required from 'class std::vector<int&>'
  14. <source>:7:23:   required from here
  15. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ext/new_allocator.h:62:26: error: forming pointer to reference type 'int&'
  16.    62 |       typedef _Tp*       pointer;
  17.       |                          ^~~~~~~
  18. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ext/new_allocator.h:63:26: error: forming pointer to reference type 'int&'
  19.    63 |       typedef const _Tp* const_pointer;
  20.       |                          ^~~~~~~~~~~~~
  21. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ext/new_allocator.h:103:7: error: forming pointer to reference type 'int&'
  22.   103 |       allocate(size_type __n, const void* = static_cast<const void*>(0))
  23.       |       ^~~~~~~~
  24. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ext/new_allocator.h:120:7: error: forming pointer to reference type 'int&'
  25.   120 |       deallocate(_Tp* __p, size_type __t)
  26.       |       ^~~~~~~~~~
  27. In file included from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/string:41,
  28.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/locale_classes.h:40,
  29.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/ios_base.h:41,
  30.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ios:42,
  31.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ostream:38,
  32.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/iostream:39,
  33.                  from <source>:1:
  34. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/allocator.h: In instantiation of 'class std::allocator<int&>':
  35. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:84:21:   required from 'struct std::_Vector_base<int&, std::allocator<int&> >'
  36. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:386:11:   required from 'class std::vector<int&>'
  37. <source>:7:23:   required from here
  38. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/allocator.h:127:26: error: forming pointer to reference type 'int&'
  39.   127 |       typedef _Tp*       pointer;
  40.       |                          ^~~~~~~
  41. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/allocator.h:128:26: error: forming pointer to reference type 'int&'
  42.   128 |       typedef const _Tp* const_pointer;
  43.       |                          ^~~~~~~~~~~~~
  44. In file included from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ext/alloc_traits.h:34,
  45.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/basic_string.h:40,
  46.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/string:55,
  47.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/locale_classes.h:40,
  48.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/ios_base.h:41,
  49.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ios:42,
  50.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ostream:38,
  51.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/iostream:39,
  52.                  from <source>:1:
  53. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/alloc_traits.h: In instantiation of 'struct std::allocator_traits<std::allocator<int&> >':
  54. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ext/alloc_traits.h:48:10:   required from 'struct __gnu_cxx::__alloc_traits<std::allocator<int&>, int&>'
  55. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:84:21:   required from 'struct std::_Vector_base<int&, std::allocator<int&> >'
  56. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:386:11:   required from 'class std::vector<int&>'
  57. <source>:7:23:   required from here
  58. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/alloc_traits.h:411:13: error: forming pointer to reference type 'int&'
  59.   411 |       using pointer = _Tp*;
  60.       |             ^~~~~~~
  61. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/alloc_traits.h:414:13: error: forming pointer to reference type 'int&'
  62.   414 |       using const_pointer = const _Tp*;
  63.       |             ^~~~~~~~~~~~~
  64. In file included from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/basic_string.h:40,
  65.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/string:55,
  66.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/locale_classes.h:40,
  67.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/ios_base.h:41,
  68.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ios:42,
  69.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ostream:38,
  70.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/iostream:39,
  71.                  from <source>:1:
  72. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ext/alloc_traits.h: In instantiation of 'struct __gnu_cxx::__alloc_traits<std::allocator<int&>, int&>':
  73. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:84:21:   required from 'struct std::_Vector_base<int&, std::allocator<int&> >'
  74. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:386:11:   required from 'class std::vector<int&>'
  75. <source>:7:23:   required from here
  76. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ext/alloc_traits.h:64:23: error: 'allocate' has not been declared in 'std::_Base_type<std::allocator<int&>, int&>'
  77.    64 |     using _Base_type::allocate;
  78.       |                       ^~~~~~~~
  79. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ext/alloc_traits.h:65:23: error: 'deallocate' has not been declared in 'std::_Base_type<std::allocator<int&>, int&>'
  80.    65 |     using _Base_type::deallocate;
  81.       |                       ^~~~~~~~~~
  82. In file included from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/vector:67,
  83.                  from <source>:2:
  84. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h: In instantiation of 'class std::vector<int&>':
  85. <source>:7:23:   required from here
  86. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:471:20: error: '_M_allocate' has not been declared in 'std::_Base<int&, std::allocator<int&> >'
  87.   471 |       using _Base::_M_allocate;
  88.       |                    ^~~~~~~~~~~
  89. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:472:20: error: '_M_deallocate' has not been declared in 'std::_Base<int&, std::allocator<int&> >'
  90.   472 |       using _Base::_M_deallocate;
  91.       |                    ^~~~~~~~~~~~~
  92. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:1165:7: error: forming pointer to reference type 'int&'
  93.  1165 |       data() _GLIBCXX_NOEXCEPT
  94.       |       ^~~~
  95. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:1169:7: error: forming pointer to reference type 'int&'
  96.  1169 |       data() const _GLIBCXX_NOEXCEPT
  97.       |       ^~~~
  98. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:1200:7: error: 'void std::vector<_Tp, _Alloc>::push_back(std::vector<_Tp, _Alloc>::value_type&&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::vector<_Tp, _Alloc>::value_type = int&]' cannot be overloaded with 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::vector<_Tp, _Alloc>::value_type = int&]'
  99.  1200 |       push_back(value_type&& __x)
  100.       |       ^~~~~~~~~
  101. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:1184:7: note: previous declaration 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::vector<_Tp, _Alloc>::value_type = int&]'
  102.  1184 |       push_back(const value_type& __x)
  103.       |       ^~~~~~~~~
  104. In file included from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/range_access.h:36,
  105.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/string:54,
  106.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/locale_classes.h:40,
  107.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/ios_base.h:41,
  108.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ios:42,
  109.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/ostream:38,
  110.                  from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/iostream:39,
  111.                  from <source>:1:
  112. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/initializer_list: In instantiation of 'class std::initializer_list<int&>':
  113. <source>:7:31:   required from here
  114. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/initializer_list:54:26: error: forming pointer to reference type 'int&'
  115.    54 |       typedef const _E*  iterator;
  116.       |                          ^~~~~~~~
  117. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/initializer_list:55:26: error: forming pointer to reference type 'int&'
  118.    55 |       typedef const _E*  const_iterator;
  119.       |                          ^~~~~~~~~~~~~~
  120. <source>: In function 'int main()':
  121. <source>:7:27: warning: narrowing conversion of 'a' from 'int' to 'std::vector<int&>::size_type' {aka 'long unsigned int'} [-Wnarrowing]
  122.     7 |     std::vector<int&> vec{a, b};
  123.       |                           ^
  124. In file included from /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/vector:67,
  125.                  from <source>:2:
  126. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h: In instantiation of 'std::vector<_Tp, _Alloc>::~vector() [with _Tp = int&; _Alloc = std::allocator<int&>]':
  127. <source>:7:31:   required from here
  128. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:677:30: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_start'
  129.   677 |  std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
  130.       |                ~~~~~~~~~~~~~~^~~~~~~~
  131. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:677:54: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_finish'
  132.   677 |  std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
  133.       |                                        ~~~~~~~~~~~~~~^~~~~~~~~
  134. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h: In instantiation of 'std::_Vector_base<_Tp, _Alloc>::~_Vector_base() [with _Tp = int&; _Alloc = std::allocator<int&>]':
  135. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:521:47:   required from 'std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const value_type&, const allocator_type&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::vector<_Tp, _Alloc>::size_type = long unsigned int; std::vector<_Tp, _Alloc>::value_type = int&; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<int&>]'
  136. <source>:7:31:   required from here
  137. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:332:24: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_start'
  138.   332 |  _M_deallocate(_M_impl._M_start,
  139.       |                ~~~~~~~~^~~~~~~~
  140. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:333:17: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_end_of_storage'
  141.   333 |         _M_impl._M_end_of_storage - _M_impl._M_start);
  142.       |         ~~~~~~~~^~~~~~~~~~~~~~~~~
  143. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:333:45: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_start'
  144.   333 |         _M_impl._M_end_of_storage - _M_impl._M_start);
  145.       |                                     ~~~~~~~~^~~~~~~~
  146. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h: In instantiation of 'void std::vector<_Tp, _Alloc>::_M_fill_initialize(std::vector<_Tp, _Alloc>::size_type, const value_type&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::vector<_Tp, _Alloc>::size_type = long unsigned int; std::vector<_Tp, _Alloc>::value_type = int&]':
  147. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:522:9:   required from 'std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const value_type&, const allocator_type&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::vector<_Tp, _Alloc>::size_type = long unsigned int; std::vector<_Tp, _Alloc>::value_type = int&; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<int&>]'
  148. <source>:7:31:   required from here
  149. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:1592:16: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_finish'
  150.  1592 |  this->_M_impl._M_finish =
  151.       |  ~~~~~~~~~~~~~~^~~~~~~~~
  152. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:1593:48: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_start'
  153.  1593 |    std::__uninitialized_fill_n_a(this->_M_impl._M_start, __n, __value,
  154.       |                                  ~~~~~~~~~~~~~~^~~~~~~~
  155. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h: In instantiation of 'void std::_Vector_base<_Tp, _Alloc>::_M_create_storage(std::size_t) [with _Tp = int&; _Alloc = std::allocator<int&>; std::size_t = long unsigned int]':
  156. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:302:9:   required from 'std::_Vector_base<_Tp, _Alloc>::_Vector_base(std::size_t, const allocator_type&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::size_t = long unsigned int; std::_Vector_base<_Tp, _Alloc>::allocator_type = std::allocator<int&>]'
  157. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:521:47:   required from 'std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const value_type&, const allocator_type&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::vector<_Tp, _Alloc>::size_type = long unsigned int; std::vector<_Tp, _Alloc>::value_type = int&; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<int&>]'
  158. <source>:7:31:   required from here
  159. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:358:16: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_start'
  160.   358 |  this->_M_impl._M_start = this->_M_allocate(__n);
  161.       |  ~~~~~~~~~~~~~~^~~~~~~~
  162. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:359:16: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_finish'
  163.   359 |  this->_M_impl._M_finish = this->_M_impl._M_start;
  164.       |  ~~~~~~~~~~~~~~^~~~~~~~~
  165. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:359:42: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_start'
  166.   359 |  this->_M_impl._M_finish = this->_M_impl._M_start;
  167.       |                            ~~~~~~~~~~~~~~^~~~~~~~
  168. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:360:16: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_end_of_storage'
  169.   360 |  this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
  170.       |  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  171. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:360:50: error: 'struct std::_Vector_base<int&, std::allocator<int&> >::_Vector_impl' has no member named '_M_start'
  172.   360 |  this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
  173.       |                                    ~~~~~~~~~~~~~~^~~~~~~~
  174. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h: In instantiation of 'std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data::_Vector_impl_data() [with _Tp = int&; _Alloc = std::allocator<int&>]':
  175. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:134:22:   required from 'std::_Vector_base<_Tp, _Alloc>::_Vector_impl::_Vector_impl(const _Tp_alloc_type&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type = std::allocator<int&>]'
  176. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:301:20:   required from 'std::_Vector_base<_Tp, _Alloc>::_Vector_base(std::size_t, const allocator_type&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::size_t = long unsigned int; std::_Vector_base<_Tp, _Alloc>::allocator_type = std::allocator<int&>]'
  177. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:521:47:   required from 'std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const value_type&, const allocator_type&) [with _Tp = int&; _Alloc = std::allocator<int&>; std::vector<_Tp, _Alloc>::size_type = long unsigned int; std::vector<_Tp, _Alloc>::value_type = int&; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<int&>]'
  178. <source>:7:31:   required from here
  179. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:95:47: error: using invalid field 'std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data::_M_start'
  180.    95 |  : _M_start(), _M_finish(), _M_end_of_storage()
  181.       |                                               ^
  182. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:95:47: error: using invalid field 'std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data::_M_finish'
  183. /opt/compiler-explorer/gcc-trunk-20200322/include/c++/10.0.1/bits/stl_vector.h:95:47: error: using invalid field 'std::_Vector_base<_Tp, _Alloc>::_Vector_impl_data::_M_end_of_storage'
  184. Compiler returned: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement