| 140 | |
| 141 | template <class T> |
| 142 | CppAggregatesFx<T>::CppAggregatesFx() |
| 143 | : vfs_(ctx_) { |
| 144 | ctx_ = Context(); |
| 145 | vfs_ = VFS(ctx_); |
| 146 | |
| 147 | remove_array(); |
| 148 | } |
| 149 | |
| 150 | template <class T> |
| 151 | CppAggregatesFx<T>::~CppAggregatesFx() { |
nothing calls this directly
no test coverage detected