Jeff Walden
|
39b56d89e1
|
Rename the |static const bool result| member of IsSame, IsPod, and IsPointer to |value| to be consistent with every other type trait. I have no idea how I managed to consistently not notice this during review. Followup to bug 723228, r=typo
|
2013-02-08 22:59:54 -08:00 |
Razvan Cojocaru
|
c8372e3fae
|
Bug 723228 - nsTArray::AssignRange should use memcpy when possible. r=jlebar for the XPCOM changes, r=jwalden for js/mfbt changes
--HG--
extra : rebase_source : 2442a0d29ae0fa7edd0312d980cbc270a4f33134
|
2013-02-08 13:18:49 -08:00 |
Ehsan Akhgari
|
b81b92b6f5
|
Bug 802806 followup - fix the comment
|
2012-10-22 17:05:07 -04:00 |
Ehsan Akhgari
|
7e57f8a9fe
|
Bug 802806 - Make mfbt's IsBaseOf work with multiple inheritance; r=Waldo
|
2012-10-17 17:37:53 -04:00 |
Jeff Walden
|
a10a240530
|
Bug 766347 - Implement mozilla::IsConvertible to detect when a value of one type will convert to a value of another type. r=luke
--HG--
extra : rebase_source : d25c1b84dfc928a0bc4dcfb43e31b6035882849e
|
2012-06-19 13:55:23 -07:00 |
Jeff Walden
|
7eaf2877a0
|
Bug 766347 - Implement a mozilla::EnableIf template struct for SFINAE capabilities. r=luke
--HG--
extra : rebase_source : 06807195217a967142ab7d81ac8b120f2b0e02c7
|
2012-06-18 19:06:33 -07:00 |
Jeff Walden
|
4cebdf0ba9
|
Fix a couple style nits missed during review. Followup to bug 616262, r=sparky
|
2012-06-14 17:55:11 -07:00 |
Mike Hommey
|
6505be978b
|
Bug 616262 - Add mozilla/TypeTraits.h with mozilla::Conditional and mozilla::IsBaseOf traits, similar to resp. C++11 std::conditional and std::is_base_of. r=Waldo
|
2012-06-14 08:20:47 +02:00 |