Skip to content

Replace using declaration with typedef - #2

Open
musicinmybrain wants to merge 1 commit into
cr-marcstevens:masterfrom
musicinmybrain:using-class-scope
Open

Replace using declaration with typedef#2
musicinmybrain wants to merge 1 commit into
cr-marcstevens:masterfrom
musicinmybrain:using-class-scope

Conversation

@musicinmybrain

Copy link
Copy Markdown
Contributor

Fixes errors like:

[...]/progress_display.hpp:17:28: error: using-declaration for non-member at class scope
   17 |                 using std::uint64_t;
      |                            ^~~~~~~~

Additionally, name the typedef “uint64” instead of “uint64_t”, fixing errors like:

[...]/progress_display.hpp:31:30: error: 'uint64' has not been declared
   31 |                 void restart(uint64 expected_count)
      |                              ^~~~~~

Fixes errors like:

[...]/progress_display.hpp:17:28: error: using-declaration for non-member at class scope
   17 |                 using std::uint64_t;
      |                            ^~~~~~~~

Additionally, name the typedef “uint64” instead of “uint64_t”, fixing
errors like:

[...]/progress_display.hpp:31:30: error: 'uint64' has not been declared
   31 |                 void restart(uint64 expected_count)
      |                              ^~~~~~
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