Skip to content
#

template-metaprogramming

Here are 189 public repositories matching this topic...

arrow-meta
ahinchman1
ahinchman1 commented Dec 16, 2019

Parent issue: #335
Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.

Checklist for WhenExpression

  • Destructure and make available all methods related to re
documentation good first issue help wanted AST-scope
BackportCpp
bitwizeshift
bitwizeshift commented Jun 25, 2020

Checklist

  • 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 -- but only if the type is given a custom deleter. C++20 expanded this to support shared_ptr<T[]>, and introduces an overload for make_shared for this.

Backport should be updated to support thi

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

Improve this page

Add a description, image, and links to the template-metaprogramming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the template-metaprogramming topic, visit your repo's landing page and select "manage topics."

Learn more