$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] true typedef (true_typedef) implemented in boost?
From: Ryan Gallagher (ryan.gallagher_at_[hidden])
Date: 2010-07-16 20:42:26
alfC <alfredo.correa <at> gmail.com> writes:
> I stumbled upon the concept of true typedef, or strong typedef in
> opposition to usual typedef which are weak.
[snip]
> I was wondering if this is already implemented in some corner of
> Boost, or as a detail implementation.
There's a detail impl in serialization, I believe.
Search for BOOST_STRONG_TYPEDEF
-Ryan