Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Avoided redefinition. Who requires this?#245

Open
shinyaohtani wants to merge 1 commit into
lava:master from
shinyaohtani:master
Open

Avoided redefinition. Who requires this? #245
shinyaohtani wants to merge 1 commit into
lava:master from
shinyaohtani:master

Conversation

@shinyaohtani

@shinyaohtani shinyaohtani commented Jan 26, 2021

Copy link
Copy Markdown

on my macOS, this conflicts

lava commented Mar 25, 2021

Copy link
Copy Markdown
Owner

On a linux system this appears to be necessary, e.g. this doesn't compile for me:

#include <cstdint>
template<typename T>
struct foo {
 foo() = delete;
};
template<>
struct foo<unsigned long long> {};
int main() {
 foo<uint64_t> f;
 return 0;
}

I'm told on Windows it leads to a warning, so it looks like some research is required to come up with a solution that works on all platforms.

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /