mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 01:18:52 +08:00
[libcxx] [test] Fix comment typos, strip trailing whitespace.
No functional change, no code review. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
// FIXME: This is a hack to allow uses_allocator_types.hpp to work with
|
||||
// erased_type. However we can't define that behavior directly in the header
|
||||
// because it con't include <experimental/memory_resource>
|
||||
// because it can't include <experimental/memory_resource>
|
||||
template <>
|
||||
struct TransformErasedTypeAlloc<std::experimental::erased_type> {
|
||||
using type = std::experimental::pmr::memory_resource*;
|
||||
|
Reference in New Issue
Block a user