$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2007-05-08 20:20:29
Andrey Semashev wrote:
> It could be a "strong typedef":
It could, but it isn't.
Remember that int8_t etc. are from C.
By the way, if they were, there could be a more or less serious
performance hit depending on the implementation.
Structures/classes are not handled the same way as primitive types in
most ABIs for example I think. Which is quite a shame, by the way.