Skip to content

Tracking issue: C++ standard library function overload compatibility #19

Description

@teor2345

Tasks for mentors

@teor2345:

  • Set up a directory structure
  • Set up an example overloading compatibility check
  • Add failing overloads / overload sets
  • Add inexpressible overloads
  • Add CI to check both successful and failing overloads, with stderr output for failures
  • Add a comparison table in Markdown
  • Write instructions for applicants (choose type, 4+ successful, 2+ failing, open PR, review, pass CI)
    • Copy AI policy summary from Outreachy project description to here
    • Add AGENTS/CLAUDE, CONTRIBUTING, update README
  • Write a list of C++ standard library types with overloads
  • Open a ticket for each type so applicants can claim them

C++ Standard Library Types

Each of these types have overloads, we want to check if they can be called from Rust.

containers

strings

  • string
  • u16string
  • u32string

integer arithmetic functions

  • saturating operations
  • checked operations and their operator equivalents

io

  • cout
  • println
  • cin

chrono

  • system clock
  • time point
  • calendar functions

Trait-like:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationoutreachyTasks for outreachy applicantstestingTesting and test-related work

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions