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

mutex.h, private member is inaccessible #14388

Closed
cthom055 opened this issue Nov 9, 2017 · 2 comments
Closed

mutex.h, private member is inaccessible #14388

cthom055 opened this issue Nov 9, 2017 · 2 comments
Labels
awaiting review Pull request awaiting review stat:awaiting tensorflower Status - Awaiting response from tensorflower

Comments

@cthom055
Copy link
Contributor

cthom055 commented Nov 9, 2017

System information

  • msvc v140:

Problem

mutex.h, Ln 145
condition_variable cannot access private member mu_ in mutex, when compiling a standalone c++ project on Windows.

Solution

Forward declare condition variable in mutex.h. I have created a pull request.

@bignamehyp
Copy link
Member

Waiting #14389

@bignamehyp bignamehyp added awaiting review Pull request awaiting review stat:community support Status - Community Support stat:awaiting tensorflower Status - Awaiting response from tensorflower and removed stat:community support Status - Community Support labels Nov 9, 2017
martinwicke added a commit that referenced this issue Dec 15, 2017
Forward declare condition_variable, fix for #14388
@tensorflowbutler
Copy link
Member

It has been 14 days with no activity and the awaiting tensorflower label was assigned. Please update the label and/or status accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review Pull request awaiting review stat:awaiting tensorflower Status - Awaiting response from tensorflower
Projects
None yet
Development

No branches or pull requests

3 participants