~roguescholar/boost/+git/multi_index:sandbox-branches/intrusive_fix_SunCC

Last commit made on 2009-08-24
Get this branch:
git clone -b sandbox-branches/intrusive_fix_SunCC https://git.launchpad.net/~roguescholar/boost/+git/multi_index

Branch merges

Branch information

Name:
sandbox-branches/intrusive_fix_SunCC
Repository:
lp:~roguescholar/boost/+git/multi_index

Recent commits

918d6f6... by Christopher Hite <email address hidden>

creating branch to fix intrusive for Sun CC (#3339)

[SVN r55764]

5e50c69... by troy d. straszheim

Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports. This is essentially the same commit as r55095 on the release
branch.

[SVN r55159]

86059ad... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

updated according to latest regression tests results

[SVN r55058]

b14efa6... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

documented tag_list

[SVN r55055]

9c8c001... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

added workaround for IBM XL C/C++

[SVN r53676]

06b509b... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

provided erase() reentrancy even in invariant checking mode

[SVN r53633]

45adb9c... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

added qualifier to solve ambiguity with std::make_tuple

[SVN r53301]

436ea29... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

handcrafted the element type of the bimap example for the same reasons as explained in [53273]

[SVN r53275]

a5210bf... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

handcrafted pair_of_ints to guarantee that first and second belong to pair_of_ints proper and not to some implementation-specific base class, which happens with std::pair in MSVC 10 thus precluding the use of boost::multi_index::member as per 14.3.2/5 (no conversions applied to pointer to member functions template arguments).

[SVN r53273]

1eebcfc... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

fixed #3076

[SVN r53246]