Commit e998d43
Remove move ctor/assignment from TriStatePtr::SharedRef
Moving TriStatePtr::SharedRef is error prone to get the refcount right.
While it is possible to implement one, the use case is so rare to justify.
PiperOrigin-RevId: 7136672081 parent 1f72e6d commit e998d43
1 file changed
Lines changed: 2 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 97 | + | |
| 98 | + | |
109 | 99 | | |
110 | 100 | | |
111 | 101 | | |
112 | 102 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 103 | | |
117 | 104 | | |
118 | 105 | | |
| |||
0 commit comments