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

20.12.6.7 [time.point.cast] is missing parens #562

Closed
StephanTLavavej opened this issue Nov 19, 2015 · 1 comment
Closed

20.12.6.7 [time.point.cast] is missing parens #562

StephanTLavavej opened this issue Nov 19, 2015 · 1 comment

Comments

@StephanTLavavej
Copy link
Contributor

The newly-added floor(), ceil(), round() in N4567 20.12.6.7 [time.point.cast]/4, /6, /8 are missing parentheses:

Returns: time_point<Clock, ToDuration>floor<ToDuration>(tp.time_since_epoch()).

Returns: time_point<Clock, ToDuration>ceil<ToDuration>(tp.time_since_epoch()).

Returns: time_point<Clock, ToDuration>round<ToDuration>(tp.time_since_epoch()).

@jwakely
Copy link
Member

jwakely commented Nov 19, 2015

The problem is that they use braces for init, but braces are special in LaTeX. Fix coming ...

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

No branches or pull requests

2 participants