BackportCpp icon indicating copy to clipboard operation
BackportCpp copied to clipboard

Library of backported modern C++ types to work with C++11

Results 5 BackportCpp issues
Sort by recently updated
recently updated
newest added

This one is compiler-independent. It appears as though the [`cend()`](https://github.com/bitwizeshift/BackportCpp/blob/4f33a7f9b219f169e60d8ed2fd5731a3a23288e4/include/bpstd/string_view.hpp#L1186) method of `string_view` _might_ actually contain a recursive call. It simply calls itself.

### Checklist - [x] I did not find a duplicate of this bug in the Github Issues section. ---------- ### Description I get an exception reporting an out of bound...

### Checklist - [x] I did not find a duplicate of this feature request in the Github Issues section. ---------- ### Description The bpstd::basic_string_view uses std::char_traits as a background. This...

### Checklist - [x] I did not find a duplicate of this feature request in the Github Issues section. ---------- ### Description C++11 introduced `shared_ptr`, which works with `T[]` types...

Type: Refactoring
Status: Accepted
Priority: Low
Good First Issue
Complexity: Low

### Checklist - [x] I did not find a duplicate of this feature request in the Github Issues section. ---------- ### Description C++17 introduces new polymorphic allocator support with [`std::polymorphic_allocator`](https://en.cppreference.com/w/cpp/memory/polymorphic_allocator),...

Type: Request
Status: Available
Priority: Medium
Complexity: High