(no subject)

From: Anton Korneev <tosha_korneev_at_tut.by>
Date: Sun, 21 Sep 2008 20:49:57 +0300


Hello,

  how can I define the way of packing/aligning of members of struct in   CINT? The usual

    #pragma pack(push, 1)
    ...
    #pragma pack(pop)   

  don't work in CINT - see attached macro.   Under CINT it gives:

    root [] .x check.cc
    40

  and under g++:

    $ g++ check.cc -o check.exe
    $ ./check.exe
    36

-- 
Best regards,
 Anton

Received on Sun Sep 21 2008 - 19:52:46 CEST

This archive was generated by hypermail 2.2.0 : Mon Sep 22 2008 - 17:50:01 CEST