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

Miss a ')' in the file boost/type_traits/is_empty.hpp #150

Closed
zouhbwll opened this issue Dec 25, 2020 · 1 comment
Closed

Miss a ')' in the file boost/type_traits/is_empty.hpp #150

zouhbwll opened this issue Dec 25, 2020 · 1 comment

Comments

@zouhbwll
Copy link

PC: Ubuntu 20.04
Boost: 1.71

Recently, I had met:

/usr/include/boost/type_traits/is_empty.hpp:78: Parenthesis/brace mismatch between #if and #else branches; using #if branch

2020-12-23 19-16-00屏幕截图

It was because of missing the ) of BOOST_STATIC_CONSTANT.
2020-12-23 19-14-34屏幕截图

===============================

I can not find this file in this github, so I open this issue.
Maybe this issue can do some help :)

@mclow mclow transferred this issue from boostorg/boost Dec 25, 2020
@jzmaddock
Copy link
Collaborator

Wow, that bug has been present since the dawn of time! Fixed in develop.

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