Compile demo in Microsoft Visual Studio Professional 2017
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 52
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Hi! I have some problems with compilation "demo" in Microsoft Visual Studio Professional 2017.
I can't to compile the function "static mapbox::geometry::value parseValue(protozero::data_view const& value_view)" in the module vector_tile.hpp with message "error C2679: binary '=': no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)" and so on (see image please).

Can any body help me please to modify sources for compile them with Microsoft Visual Studio Professional 2017?
With best regadrs, Andrey Chernyshov
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the demo build and the parseValue function in vector_tile.hpp, then reproduce the reported C2679 diagnostic in Microsoft Visual Studio Professional 2017. Compare the failing std::string assignment and surrounding source to determine the compatibility issue; done means the demo compiles successfully with VS 2017.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100