Watch out, we've got a badass over here
| 637 | |
| 638 | // Watch out, we've got a badass over here |
| 639 | T* operator&() |
| 640 | { |
| 641 | _empty = false; |
| 642 | return &_val; |
| 643 | } |
| 644 | }; |
| 645 | |
| 646 | // Default demangler implementation (do nothing). |
nothing calls this directly
no outgoing calls
no test coverage detected