Skip to content

issues Search Results · repo:cplusplus/draft language:TeX

Filter by

3k results
 (82 ms)

3k results

incplusplus/draft (press backspace or delete to remove)

[expected.object.obs]/21 The return value of value_or() is specified as follows: Returns: has_value() ? **this : static_cast T (std​::​forward U (v)). Meanwhile, the return value of error_or() is specified ...
  • onihusube
  • 1
  • Opened 
    15 days ago
  • #7913

Relevant wording: void operator delete(void* ptr) noexcept; void operator delete(void* ptr, std::size_t size) noexcept; void operator delete(void* ptr, std::align_val_t alignment) noexcept; void operator ...
  • zygoloid
  • Opened 
    17 days ago
  • #7912

If a declaration named by a using-declaration that inhabits the target scope of another declaration B potentially conflicts with it ([basic.scope.scope]), and either is reachable from the other, the program ...
  • t3nsor
  • Opened 
    17 days ago
  • #7910

There are three places in N5008 where we have the following wording idiom: https://github.com/cplusplus/draft/blob/a770261ed7dc83ea269e07f4e5936ca65337ddff/source/numerics.tex#L18891-L18893 It only keeps ...
  • Eisenwave
  • 3
  • Opened 
    21 days ago
  • #7904

[basic.def.odr]/4.1 is currently relatively hard to parse due to the double-negation unless [....] is not : A function is named by an expression or conversion if it is the selected member of an overload ...
  • zygoloid
  • Opened 
    21 days ago
  • #7900

Currently, indirect object and polymorphic object are not formally introduced by italic style texts. Should we define them as object whose type is an indirect/polymorphic specialization ? On the other ...
  • frederick-vs-ja
  • 1
  • Opened 
    on May 21
  • #7885

An iterator pointing to the element with the key equivalent to the newly inserted element. - In containers with unique keys, an element is not always inserted, so there might be no newly inserted element ...
  • seishun
  • 4
  • Opened 
    on May 17
  • #7881

When running make in a GitHub codespace after following the Getting Started on Debian-based Systems section, I get a long list of errors followed by: Latexmk: Summary of warnings from last run of (pdf)latex: ...
  • seishun
  • 1
  • Opened 
    on May 15
  • #7877

Hi all, I’ve prepared a proposal to improve std::shared_ptr so that it can delete objects with protected or private destructors — provided that the class declares friend class std::shared_ptr T . Currently, ...
  • davitkalantaryan
  • 2
  • Opened 
    on May 13
  • #7873

The macOS validation checks are consistently failing, complaining about missing entries immediately followed by a spurious entry for the same stable label: Run ../tools/check-output.sh incorrect entries ...
  • AlisdairM
  • 5
  • Opened 
    on May 12
  • #7870
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub