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

Build error with MSVC 2019 #49

Open
JD31 opened this issue Jun 7, 2022 · 0 comments
Open

Build error with MSVC 2019 #49

JD31 opened this issue Jun 7, 2022 · 0 comments

Comments

@JD31
Copy link

JD31 commented Jun 7, 2022

When building with MSVC 2019 I have the following error:

geojson_value_impl.hpp:30:10: No matching member function for call to 'is'

variant.hpp:643:25: candidate template ignored: requirement 'detail::direct_type<std::vector<mapbox::feature::value, std::allocator<mapbox::feature::value>>, mapbox::feature::null_value_t, bool, unsigned long long, long long, double, std::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::shared_ptr<std::vector<mapbox::feature::value, std::allocator<mapbox::feature::value>>>, std::shared_ptr<std::unordered_map<std::basic_string<char, std::char_traits<char>, std::allocator<char>>, mapbox::feature::value, std::hash<std::basic_string<char, std::char_traits<char>, std::allocator<char>>>, std::equal_to<std::basic_string<char, std::char_traits<char>, std::allocator<char>>>, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char>>, mapbox::feature::value>>>>>::index != detail::invalid_value' was not satisfied [with T = std::vector<mapbox::feature::value>]

variant.hpp:650:25: candidate template ignored: requirement 'detail::direct_type<mapbox::util::recursive_wrapper<std::vector<mapbox::feature::value, std::allocator<mapbox::feature::value>>>, mapbox::feature::null_value_t, bool, unsigned long long, long long, double, std::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::shared_ptr<std::vector<mapbox::feature::value, std::allocator<mapbox::feature::value>>>, std::shared_ptr<std::unordered_map<std::basic_string<char, std::char_traits<char>, std::allocator<char>>, mapbox::feature::value, std::hash<std::basic_string<char, std::char_traits<char>, std::allocator<char>>>, std::equal_to<std::basic_string<char, std::char_traits<char>, std::allocator<char>>>, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char>>, mapbox::feature::value>>>>>::index != detail::invalid_value' was not satisfied [with T = std::vector<mapbox::feature::value>]
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

1 participant