-
Notifications
You must be signed in to change notification settings - Fork 7
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
Extended and ordered list of headers #4
base: master
Are you sure you want to change the base?
Conversation
Wow, |
['bitset' , true , true , R[T['bitset']] ], | ||
['bitset' , true , true , R[T['bitset']] ], | ||
['cassert' , false, true , R[F['assert']] ], | ||
['chrono' , true , true , R[C['chrono::duration', 'chrono::time_point']],], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean R[C['duration', 'time_point']]]
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, as their full declaration is std::chrono::time_point and std::chrono::duration
Could you split adding new stuff and sorting lines into two commits? This way it will be much clear to see what is actually changed. |
Is one pull request ok, when it contains two commits? |
Yes. One pull request with multiple commits is okay. |
653550a
to
77d882f
Compare
Here it is |
Ordered the list alphabetically and added some more headers