~roguescholar/boost/+git/typeof:svn-branches/multi_array

Last commit made on 2007-08-26
Get this branch:
git clone -b svn-branches/multi_array https://git.launchpad.net/~roguescholar/boost/+git/typeof

Branch merges

Branch information

Name:
svn-branches/multi_array
Repository:
lp:~roguescholar/boost/+git/typeof

Recent commits

99f958f... by Ronald Garcia <email address hidden>

Created a branch from trunk

[SVN r38959]

24c7fe2... by Peder Holt <email address hidden>

native typeof implementation for VC7.1 and VC8.0 now uses typeid() instead of sizeof() to map a type. This bypasses some bugs in Microsofts sizeof implementation, and removes a limitation on the number of typeof invocations that can be done in a single compilation unit

[SVN r38801]

17d05e6... by Peder Holt <email address hidden>

#1188 Removed extra (unnecessary) semicolons in BOOST_TYPEOF_NESTED_TYPEDEF.

[SVN r38777]

34ffee8... by Vladimir Prus

Remove V1 Jamfiles

[SVN r38516]

744db7f... by Boris Gubenko <email address hidden>

add conditionalization for aCC and cxx

[SVN r37953]

e47dd5b... by Arkadiy Vertleyb <email address hidden>

*** empty log message ***

[SVN r37558]

07a28b1... by Arkadiy Vertleyb <email address hidden>

tutorial text fix

[SVN r36898]

3b4bad9... by Peder Holt <email address hidden>

Added documentation: BOOST_TYPEOF_NESTED_TYPEDEF can not be used at function/block scope

[SVN r36885]

917725e... by Peder Holt <email address hidden>

Hack from Steven Watanabe to implement native typeof for VC8.0

[SVN r36497]

21ef2c5... by Peder Holt <email address hidden>

Changed specialization of encode_integral for bool to work around issues with the sun compiler

[SVN r35134]