Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant constructors in std::map #3448

Closed
brson opened this issue Sep 10, 2012 · 1 comment
Closed

Remove redundant constructors in std::map #3448

brson opened this issue Sep 10, 2012 · 1 comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup.

Comments

@brson
Copy link
Contributor

brson commented Sep 10, 2012

str_hash, etc. Now that map is trait based, the way to create all maps is just hashmap().

@catamorphism
Copy link
Contributor

These seem to be gone.

bors pushed a commit to rust-lang-ci/rust that referenced this issue May 15, 2021
…_from_file

Support path clarity module even when we start from internal module
RalfJung pushed a commit to RalfJung/rust that referenced this issue Aug 18, 2024
Implement epoll shim

This PR:
- implemented non-blocking ``epoll`` for rust-lang#3448 . The design for this PR is documented in https://hackmd.io/`@tiif/SJatftrH0` .
- renamed FileDescriptor to FileDescriptionRef
- assigned an ID to every file description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

No branches or pull requests

2 participants