function needed because of C++ grammatical ambiguity between expression-statements and declarations
| 760 | // function needed because of C++ grammatical ambiguity between |
| 761 | // expression-statements and declarations |
| 762 | static inline GetBlock<T, B, A> Get(const void *block) |
| 763 | {return GetBlock<T, B, A>(block);} |
| 764 | typedef PutBlock<T, B, A> Put; |
| 765 | }; |
| 766 |