$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [boost::endian] Request for comments/interest
From: Terry Golubiewski (tjgolubi_at_[hidden])
Date: 2010-05-29 09:24:44
I was just looking at your implementation.
It looks like it will only swap things with even-numbers of entities.
For example, would swap_in_place<int24_t>(an_int24_t) work?
sizeof(int24_t) == 3
terry