$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [type_traits] extension has_operator_xxx - cv qualifiers and references
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-02-07 00:36:22
New version of the type_traits extension available here:
- vault unix newlines:
http://www.boostpro.com/vault/index.php?action=downloadfile&filename=type_traits.tar.bz2&directory=Extension&
- vault dos newlines:
http://www.boostpro.com/vault/index.php?action=downloadfile&filename=type_traits-dos.tar.bz2&directory=Extension&
- sandbox: http://svn.boost.org/svn/boost/sandbox/type_traits/
This version now handles correctly cv qualifiers and references, which
was not the case before.
Frédéric