Unverified Commit aebdf00c authored by Tomi Valkeinen's avatar Tomi Valkeinen Committed by GitHub
Browse files

Fix "extra ';' outside of a function" warning (#3929)



Fix the following warning seen with clang:

include/pybind11/detail/smart_holder_poc.h:109:2: error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi]

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
parent 72f51e1d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment