Commit d4b695e4 by Jonathan Wakely Committed by Jonathan Wakely

* include/std/type_traits: Fix comment typos.

From-SVN: r261186
parent ce6efef8
2018-06-05 Jonathan Wakely <jwakely@redhat.com> 2018-06-05 Jonathan Wakely <jwakely@redhat.com>
* include/std/type_traits: Fix comment typos.
* testsuite/27_io/filesystem/operations/read_symlink.cc: XFAIL for * testsuite/27_io/filesystem/operations/read_symlink.cc: XFAIL for
mingw* targets. mingw* targets.
* testsuite/27_io/filesystem/operations/symlink_status.cc: Likewise. * testsuite/27_io/filesystem/operations/symlink_status.cc: Likewise.
......
...@@ -1641,7 +1641,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -1641,7 +1641,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}; };
// wchar_t, char16_t and char32_t are integral types but are neither // wchar_t, char16_t and char32_t are integral types but are neither
// signed integer types not unsigned integer types, so must be // signed integer types nor unsigned integer types, so must be
// transformed to the unsigned integer type with the smallest rank. // transformed to the unsigned integer type with the smallest rank.
// Use the partial specialization for enumeration types to do that. // Use the partial specialization for enumeration types to do that.
#if defined(_GLIBCXX_USE_WCHAR_T) #if defined(_GLIBCXX_USE_WCHAR_T)
...@@ -1758,7 +1758,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -1758,7 +1758,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}; };
// wchar_t, char16_t and char32_t are integral types but are neither // wchar_t, char16_t and char32_t are integral types but are neither
// signed integer types not unsigned integer types, so must be // signed integer types nor unsigned integer types, so must be
// transformed to the signed integer type with the smallest rank. // transformed to the signed integer type with the smallest rank.
// Use the partial specialization for enumeration types to do that. // Use the partial specialization for enumeration types to do that.
#if defined(_GLIBCXX_USE_WCHAR_T) #if defined(_GLIBCXX_USE_WCHAR_T)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment