~roguescholar/boost/+git/typeof:sandbox-branches/optional_optimization

Last commit made on 2012-02-22
Get this branch:
git clone -b sandbox-branches/optional_optimization https://git.launchpad.net/~roguescholar/boost/+git/typeof

Branch merges

Branch information

Name:
sandbox-branches/optional_optimization
Repository:
lp:~roguescholar/boost/+git/typeof

Recent commits

0dd278d... by Christopher Hite <email address hidden>

optional_optimization branch

[SVN r77091]

9fcf6ff... by Thomas Heller <email address hidden>

reverting accidently commited change

[SVN r75052]

2334bc2... by Thomas Heller <email address hidden>

added full qualification to enable_if for the member pointer operator

[SVN r75050]

731e9ce... by Peder Holt <email address hidden>

Applied patch for #5745: Use native typeof support for Oracle Solaris Studio C++ compiler

[SVN r73579]

b46f8ef... by Peder Holt <email address hidden>

Ticket #3520 Syntax Error in boost/typeof/typeof.hpp
Line 18 of boost/typeof/typeof.hpp fixed from
# ifndef(BOOST_TYPEOF_EMULATION)
to
# ifndef BOOST_TYPEOF_EMULATION

[SVN r65138]

c75b625... by Peder Holt <email address hidden>

#4605: Make BOOST_TYPEOF_SILENT default
BOOST_TYPEOF_SILENT has been removed and BOOST_TYPEOF_MESSAGES has been added.
Messages are now hidden by default, and you have to define BOOST_TYPEOF_MESSAGES to see them at all.

[SVN r65137]

d04dc53... by Peder Holt <email address hidden>

Removed tabs from file

[SVN r65136]

1468636... by Peder Holt <email address hidden>

#4593: Type_of does not use BOOST_TYPEOF_EMULATION for VC10 and \Za - fixed

[SVN r65135]

468e0de... by Peder Holt <email address hidden>

Allow inclusion of typeof.hpp for compilers (borland) that does not support typeof emulation or native typeof. For these compilers, BOOST_TYPEOF_EMULATION_UNSUPPORTED will be defined, and BOOST_TYPEOF(Expr) will always result in boost::type_of::typeof_emulation_is_unsupported_on_this_compiler

[SVN r63369]

dcb1e95... by Peder Holt <email address hidden>

Added documentation of BOOST_TYPEOF_SILENT

[SVN r63367]