| 70 | }; |
| 71 | |
| 72 | ScalarWithExceptions real(const ScalarWithExceptions &x) { return x; } |
| 73 | ScalarWithExceptions imag(const ScalarWithExceptions & ) { return 0; } |
| 74 | ScalarWithExceptions conj(const ScalarWithExceptions &x) { return x; } |
| 75 |
no outgoing calls