-
Notifications
You must be signed in to change notification settings - Fork 140
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
Unable to compile with VS 2017 RC, VS 2015 works fine #226
Comments
Did actually someone read this issue? |
I am facing the same issue with VS 2017 Community Edition. |
@kris-jusiak Any news on this ? |
Same issue here! |
I believe it should be fixed by fe57643? |
Fixed and verified by appveyor -> https://ci.appveyor.com/project/krzysztof-jusiak/di/history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
struct app_context
{
auth::authentication_service& authentication_service;
};
auto injector = di::make_injector(
di::bindauth::authentication_service().toauth::impl::authentication_service() );
auto app_context = injector.createweb::app_context();
I am using compiler switch /std:c++14 and X64 build.
C:\workspaces\closure.web\src\libs\di-cpp14\include\boost\di.hpp(1842): error C2248: 'boost::di::v1_0_0::scopes::deduce::scope<TExpected,TGiven>::is_referable<const closure::auth::authentication_service&>': cannot access private member declared in class 'boost::di::v1_0_0::core::dependency<TScope,TExpected,T,TName,TPriority>'
The text was updated successfully, but these errors were encountered: