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

Extended and ordered list of headers #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

m42e
Copy link

@m42e m42e commented Dec 17, 2015

Ordered the list alphabetically and added some more headers

@quark-zju
Copy link
Owner

Wow, type_traits is a long list. Could you consider make it shorter by using some regex magic like:
is_(?:nothrow_)?(?:trivially_)?(?:move_|copy_|default_)?(?:assignable|constructible|destructible)

['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']],],
Copy link
Owner

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']]]?

Copy link
Author

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

@quark-zju
Copy link
Owner

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.

@m42e
Copy link
Author

m42e commented Dec 18, 2015

Is one pull request ok, when it contains two commits?

@quark-zju
Copy link
Owner

Yes. One pull request with multiple commits is okay.

@m42e
Copy link
Author

m42e commented Dec 18, 2015

Here it is

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