Skip to content

Changed type to qbyte to avoid conflict with std#44

Closed
artuuuro wants to merge 1 commit intollnl:masterfrom
artuuuro:master
Closed

Changed type to qbyte to avoid conflict with std#44
artuuuro wants to merge 1 commit intollnl:masterfrom
artuuuro:master

Conversation

@artuuuro
Copy link
Copy Markdown

@artuuuro artuuuro commented Dec 3, 2023

The code defines a byte with typedef which creates compile errors on gcc-12 (and probably other new compilers as well) due to conflicts between the defined type byte and the std::byte that is pulled in due to using namespace std; everywhere. This commit changes the byte type to qbyte and therefore avoids these conflicts.

The code defines a byte with typedef which creates compile errors on
gcc-12 (and probably other new compilers as well) due to conflicts
between the defined type byte and the std::byte that is pulled in due
to using namespace std; everywhere. This commit changes the byte type to
qbyte and therefore avoids these conflicts.
@correaa
Copy link
Copy Markdown
Member

correaa commented Feb 16, 2024

I opened another PR with fewer changes. #45

@correaa correaa closed this Feb 16, 2024
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.

2 participants