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

Unite templated and non-templated methods #24

Merged
merged 35 commits into from
Dec 1, 2024
Merged

Unite templated and non-templated methods #24

merged 35 commits into from
Dec 1, 2024

Conversation

Alvov1
Copy link
Owner

@Alvov1 Alvov1 commented Dec 1, 2024

I am not sure that this is already possible with all compilers but it would be nice to get rid of duplicated templated and non-templated methods

gpu constexpr friend auto operator==(const Aeu& our, const Aeu& other) noexcept -> bool = default;
template <std::size_t otherBitness>
gpu constexpr friend auto operator==(const Aeu& our, const Aeu<otherBitness>& other) noexcept -> bool;

Alvov1 added 30 commits October 20, 2024 18:55
# Conflicts:
#	README.md
# Conflicts:
#	Aeu.h
#	test/operations/initialization/signed.cpp
# Conflicts:
#	Aesi.h
#	Aeu.h
#	test/arithmetic/addition/signed.cpp
#	test/arithmetic/addition/unsigned.cpp
#	test/operations/initialization/signed.cpp
Copy link

sonarqubecloud bot commented Dec 1, 2024

@Alvov1 Alvov1 merged commit a118365 into main Dec 1, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant