Implement LWG-3677 Is a cv-qualified `pair` specially handled in uses-allocator construction? by frederick-vs-ja · Pull Request #3396 · microsoft/STL · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Implement LWG-3677
Also `_STD`-qualify all _Ugly names in `<scoped_allocator>` and `<xpolymorphic_allocator.h>`.

Also change try-catch block in `<xpolymorphic_allocator.h>` to scoped guard.
  • Loading branch information
frederick-vs-ja committed Feb 7, 2023
commit 4de33f22a76a2a4edaac64584ef389d1e56ed60a
14 changes: 10 additions & 4 deletions stl/inc/scoped_allocator
56 changes: 24 additions & 32 deletions stl/inc/xmemory
Loading