-
Notifications
You must be signed in to change notification settings - Fork 457
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
Variant.hpp 中功能与书中不一致 #20
Comments
@taoyesheng 具体是哪个接口测试不通过? |
@qicosmos 测试不不通过主要是因为在以下语句中: typedef Variant<int, double, string, int> cv;
cv v = 10;
... 得到的错误信息是:
如果将语句 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
运行《深入应用C++11代码优化与工程级应用》。中139页的测试列子通过不了。您是否没有上传最新的代码
The text was updated successfully, but these errors were encountered: