gecko-dev/xpcom/string
Tom Ritter a24cf9bf2e Bug 1402328 Use a Dummy template parameter to avoid fully specializing structs inside of template classes r=froydnj
Full specialization is allowed in MSVC, but not in gcc.

MozReview-Commit-ID: 9QI6YWc5Rvr

--HG--
extra : rebase_source : 7387899a6d76832afbe15e088b80a82adee59ca3
2017-09-22 10:26:26 -05:00
..
crashtests
README.html
moz.build
nsASCIIMask.cpp
nsASCIIMask.h
nsAString.h
nsCharTraits.h
nsDependentString.cpp
nsDependentString.h
nsDependentSubstring.cpp
nsDependentSubstring.h
nsLiteralString.h
nsPrintfCString.h
nsPromiseFlatString.cpp
nsPromiseFlatString.h
nsReadableUtils.cpp Bug 1401813 - Rename Null[C]String() as Void[C]String(). r=erahm. 2017-09-22 14:35:46 +10:00
nsReadableUtils.h Bug 1401813 - Rename Null[C]String() as Void[C]String(). r=erahm. 2017-09-22 14:35:46 +10:00
nsReadableUtilsImpl.h
nsReadableUtilsSSE2.cpp
nsString.cpp
nsString.h
nsStringBuffer.h
nsStringComparator.cpp
nsStringFlags.h
nsStringFwd.h
nsStringIterator.h
nsStringObsolete.cpp
nsSubstring.cpp
nsSubstring.h
nsSubstringTuple.cpp
nsSubstringTuple.h
nsTDependentString.cpp
nsTDependentString.h
nsTDependentSubstring.cpp
nsTDependentSubstring.h
nsTLiteralString.h Bug 1402328 Use a Dummy template parameter to avoid fully specializing structs inside of template classes r=froydnj 2017-09-22 10:26:26 -05:00
nsTPromiseFlatString.cpp
nsTPromiseFlatString.h
nsTString.cpp
nsTString.h Bug 1402328 Use a Dummy template parameter to avoid fully specializing structs inside of template classes r=froydnj 2017-09-22 10:26:26 -05:00
nsTStringComparator.cpp
nsTStringObsolete.cpp
nsTStringRepr.h Bug 1402328 Use a Dummy template parameter to avoid fully specializing structs inside of template classes r=froydnj 2017-09-22 10:26:26 -05:00
nsTSubstring.cpp
nsTSubstring.h
nsTSubstringTuple.cpp
nsTSubstringTuple.h
nsTextFormatter.cpp Bug 1401821 - nsTextFormatter "*" width argument comes before the actual argument; r=froydnj 2017-09-21 09:43:28 -06:00
nsTextFormatter.h Bug 1388789 - change return values of nsTextFormatter::vs{s,v}printf; r=froydnj 2017-09-05 13:17:49 -06:00
nsUTF8Utils.h
nsUTF8UtilsSSE2.cpp
precompiled_templates.cpp Bug 1399315 - declare explicit instantiations of Compare as NS_FASTCALL; r=erahm 2017-09-13 17:42:44 -04:00

README.html

<html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<body>
  <h1><span class="LXRSHORTDESC">managing sequences of characters</span></h1>
<p>
  <span class="LXRLONGDESC"></span>
</p>
</body>
</html>