Need scope/target definition thus not inline.
| 3039 | // Need scope/target definition thus not inline. |
| 3040 | // |
| 3041 | variable_map:: |
| 3042 | variable_map (const scope& s, bool shared) |
| 3043 | : shared_ (shared), owner_ (owner::scope), scope_ (&s), ctx (&s.ctx) |
| 3044 | { |
| 3045 | } |
| 3046 | |
| 3047 | variable_map:: |
| 3048 | variable_map (const target& t, bool shared) |
nothing calls this directly
no outgoing calls
no test coverage detected