you havent defined item
how i can defined ?
int* item = &some_var
int* item = reinterpret_cast< decltype( item ) >( malloc( sizeof( int ) ) )
int* item = &some_var
or
int* item = reinterpret_cast< decltype( item ) >( malloc( sizeof( int ) ) )