| 145 | |
| 146 | template <typename proxy_t, bool is_const> |
| 147 | inline stack_iterator<proxy_t, is_const> operator+( |
| 148 | typename stack_iterator<proxy_t, is_const>::difference_type n, const stack_iterator<proxy_t, is_const>& r) { |
| 149 | return r + n; |
| 150 | } |
| 151 | } // namespace sol |
| 152 | |
| 153 | #endif // SOL_STACK_ITERATOR_HPP |
nothing calls this directly
no outgoing calls
no test coverage detected