We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e0430 commit 49db8e9Copy full SHA for 49db8e9
Lesson1/Activity01/Activity1.cpp
@@ -17,7 +17,7 @@ struct cir_list
17
{
18
public:
19
using node = cir_list_node<T>;
20
- using node_ptr = node *;
+ using node_ptr = node*;
21
22
private:
23
node_ptr head;
0 commit comments