allow all raw pointers
| 537 | |
| 538 | // allow all raw pointers |
| 539 | struct allow_raw_pointers { |
| 540 | template<typename InputType, int Index> |
| 541 | struct Transform : internal::RawPointerTransformer< |
| 542 | InputType, |
| 543 | true |
| 544 | > {}; |
| 545 | }; |
| 546 | |
| 547 | struct async { |
| 548 | template<typename InputType, int Index> |
no outgoing calls