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

I get errors with latest version 69 and VS 2017 #120

Open
BatshevaR opened this issue Apr 10, 2019 · 8 comments
Open

I get errors with latest version 69 and VS 2017 #120

BatshevaR opened this issue Apr 10, 2019 · 8 comments

Comments

@BatshevaR
Copy link

a lot of errors in packages\boost.1.69.0.0\lib\native\include\boost\type_traits\detail\is_member_function_pointer_cxx_11.hpp

Severity Code Description Project File Line Suppression State
Error C2764 'C': template parameter not used or deducible in partial specialization 'boost::is_member_function_pointer<Ret(Args...) volatile const &>' packages\boost.1.69.0.0\lib\native\include\boost\type_traits\detail\is_member_function_pointer_cxx_11.hpp 220

another error:
Severity Code Description Project File Line Suppression State
Error C2059 syntax error: 'generic' \packages\boost.1.69.0.0\lib\native\include\boost\filesystem\path.hpp 579

can someone help, thanks

@mclow mclow transferred this issue from boostorg/boost Apr 10, 2019
@BatshevaR
Copy link
Author

BatshevaR commented Apr 11, 2019

I get a bunch of issues in path.hpp
Severity Code Description Project File Line Suppression State Error C2334 unexpected token(s) preceding '{'; skipping apparent function body packages\boost.1.69.0.0\lib\native\include\boost\filesystem\path.hpp 579

Severity Code Description Project File Line Suppression State
Error C2059 syntax error: 'generic' Wrapper \packages\boost.1.69.0.0\lib\native\include\boost\filesystem\path.hpp 579

Severity Code Description Project File Line Suppression State
Error (active) E0145 member "boost::filesystem::path::preferred_separator" may not be initialized \packages\boost.1.69.0.0\lib\native\include\boost\filesystem\path.hpp 66

@jzmaddock
Copy link
Collaborator

Can you please provide the command line used to generate the type_traits errors as 1.69 is known to work with VS2017.

@BatshevaR
Copy link
Author

ScreenHunter_02 Apr  11 14 49

@jzmaddock
Copy link
Collaborator

Your screen shot is no help - it just repeats what you're already posted. As I said, our tests for that compiler are all passing, so I need:

  • A self contained test case (.cpp file) which reproduces the error.
  • The actual command line required to reproduce the issue.

Without that no one here can help, sorry!

@BatshevaR
Copy link
Author

i see it falls with some of my cpp files,
is it will help to add them here, here is some of them:
EthernetDeviceDetector.zip

and what do you mean here: "The actual command line required to reproduce the issue."???

@jzmaddock
Copy link
Collaborator

i see it falls with some of my cpp files, is it will help to add them here, here is some of them:

Those files include lots of your other headers so aren't much use. I need a test case I can reproduce here.

But before that, Boost-1.70 is now out, can you please test with that?

@BatshevaR
Copy link
Author

ho, I waited for 70 to come out, I think I sew a Beta version of this before,
but not the real version

@BatshevaR
Copy link
Author

can you add the new boost version to NuGet VS?

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