• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Functions changes summary: 1 Removed, 8 Changed, 0 Added functions
2Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
3
41 Removed function:
5
6  [D] 'method void std::_Tuple_impl<1ul>::_Tuple_impl()'
7
88 functions with some indirect sub-type change:
9
10  [C] 'function std::tuple<STR&&> my_forward_as_tuple<STR>(STR&&)' has some indirect sub-type changes:
11    return type changed:
12      type name changed from 'std::tuple<STR&&>' to 'std::tuple<STR &&>'
13      type size hasn't changed
14      1 base class deletion:
15        struct std::_Tuple_impl<0ul, STR&&>
16      1 base class insertion:
17        struct std::_Tuple_impl<0, STR &&>
18
19  [C] 'method void std::_Head_base<0ul, STR&&, false>::_Head_base<STR>(STR&&)' has some indirect sub-type changes:
20    'method void std::_Head_base<0ul, STR&&, false>::_Head_base<STR>(STR&&) {_ZNSt10_Head_baseILm0EO3STRLb0EEC2IS0_St9true_typeEEOT_}' now becomes 'method void std::_Head_base<0, STR &&, false>::_Head_base<STR, std::true_type>(STR&&) {_ZNSt10_Head_baseILm0EO3STRLb0EEC2IS0_St9true_typeEEOT_}'
21    implicit parameter 0 of type 'std::_Head_base<0ul, STR&&, false>*' changed:
22      in pointed to type 'struct std::_Head_base<0ul, STR&&, false>':
23        type name changed from 'std::_Head_base<0ul, STR&&, false>' to 'std::_Head_base<0, STR &&, false>'
24        type size hasn't changed
25        1 data member change:
26          name of 'std::_Head_base<0ul, STR&&, false>::_M_head_impl' changed to 'std::_Head_base<0, STR &&, false>::_M_head_impl'
27
28  [C] 'method STR& std::_Head_base<0ul, STR&&, false>::_M_head()' has some indirect sub-type changes:
29    'method STR& std::_Head_base<0ul, STR&&, false>::_M_head() {_ZNSt10_Head_baseILm0EO3STRLb0EE7_M_headERKS2_}' now becomes 'method STR& std::_Head_base<0, STR &&, false>::_M_head() {_ZNSt10_Head_baseILm0EO3STRLb0EE7_M_headERKS2_}'
30    parameter 1 of type 'const std::_Head_base<0ul, STR&&, false>&' changed:
31      in referenced type 'const std::_Head_base<0ul, STR&&, false>':
32        'const std::_Head_base<0ul, STR&&, false>' changed to 'const std::_Head_base<0, STR &&, false>'
33
34  [C] 'method STR& std::_Tuple_impl<0ul, STR&&>::_M_head()' has some indirect sub-type changes:
35    'method STR& std::_Tuple_impl<0ul, STR&&>::_M_head() {_ZNSt11_Tuple_implILm0EJO3STREE7_M_headERKS2_}' now becomes 'method STR& std::_Tuple_impl<0, STR &&>::_M_head() {_ZNSt11_Tuple_implILm0EJO3STREE7_M_headERKS2_}'
36    parameter 1 of type 'const std::_Tuple_impl<0ul, STR&&>&' changed:
37      in referenced type 'const std::_Tuple_impl<0ul, STR&&>':
38        'const std::_Tuple_impl<0ul, STR&&>' changed to 'const std::_Tuple_impl<0, STR &&>'
39
40  [C] 'function std::__add_c_ref<STR&&>::type std::__get_helper<0ul, STR&&>(const std::_Tuple_impl<0ul, STR&&>&)' has some indirect sub-type changes:
41    'function std::__add_c_ref<STR&&>::type std::__get_helper<0ul, STR&&>(const std::_Tuple_impl<0ul, STR&&>&) {_ZSt12__get_helperILm0EO3STRJEENSt11__add_c_refIT0_E4typeERKSt11_Tuple_implIXT_EJS3_DpT1_EE}' now becomes 'function std::__add_c_ref<STR &&>::type std::__get_helper<0, STR &&>(const std::_Tuple_impl<0, STR &&>&) {_ZSt12__get_helperILm0EO3STRJEENSt11__add_c_refIT0_E4typeERKSt11_Tuple_implIXT_EJS3_DpT1_EE}'
42    return type changed:
43      typedef name changed from std::__add_c_ref<STR&&>::type to std::__add_c_ref<STR &&>::type
44    parameter 1 of type 'const std::_Tuple_impl<0ul, STR&&>&' changed:
45      in referenced type 'const std::_Tuple_impl<0ul, STR&&>':
46        'const std::_Tuple_impl<0ul, STR&&>' changed to 'const std::_Tuple_impl<0, STR &&>'
47
48  [C] 'function std::__add_c_ref<STR&&>::type std::get<0ul, STR&&>(const std::tuple<STR&&>&)' has some indirect sub-type changes:
49    'function std::__add_c_ref<STR&&>::type std::get<0ul, STR&&>(const std::tuple<STR&&>&) {_ZSt3getILm0EJO3STREENSt11__add_c_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERKS7_}' now becomes 'function std::__add_c_ref<STR &&>::type std::get<0, STR &&>(const std::tuple<STR &&>&) {_ZSt3getILm0EJO3STREENSt11__add_c_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERKS7_}'
50    return type changed:
51      typedef name changed from std::__add_c_ref<STR&&>::type to std::__add_c_ref<STR &&>::type
52    parameter 1 of type 'const std::tuple<STR&&>&' changed:
53      in referenced type 'const std::tuple<STR&&>':
54        'const std::tuple<STR&&>' changed to 'const std::tuple<STR &&>'
55
56  [C] 'function std::remove_reference<STR&>::type&& std::move<STR&>(STR&)' has some indirect sub-type changes:
57    'function std::remove_reference<STR&>::type&& std::move<STR&>(STR&) {_ZSt4moveIR3STREONSt16remove_referenceIT_E4typeEOS3_}' now becomes 'function std::remove_reference<STR &>::type&& std::move<STR &>(STR&) {_ZSt4moveIR3STREONSt16remove_referenceIT_E4typeEOS3_}'
58    return type changed:
59      in referenced type 'typedef std::remove_reference<STR&>::type':
60        typedef name changed from std::remove_reference<STR&>::type to std::remove_reference<STR &>::type
61
62  [C] 'function void tpl<std::tuple<STR&&> >(std::tuple<STR&&>)' has some indirect sub-type changes:
63    'function void tpl<std::tuple<STR&&> >(std::tuple<STR&&>) {_Z3tplISt5tupleIJO3STREEEvT_}' now becomes 'function void tpl<std::tuple<STR &&> >(std::tuple<STR &&>) {_Z3tplISt5tupleIJO3STREEEvT_}'
64    parameter 1 of type 'class std::tuple<STR&&>' changed:
65      details were reported earlier
66
67