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

Errors to Build It #39

Open
igorsegallafa opened this issue Mar 22, 2018 · 0 comments
Open

Errors to Build It #39

igorsegallafa opened this issue Mar 22, 2018 · 0 comments

Comments

@igorsegallafa
Copy link

Cannot open include file: 'mangrove/mangrove_child_autogen.hpp'

template
using is_iterable =
std::integral_constant<bool, decltype(is_iterable_impl(0))::value && !is_string_v>;

1>D:\mangrove\src\mangrove/util.hpp(81): error C2039: 'value': is not a member of '`global namespace''
1>D:\mangrove\src\mangrove/util.hpp(81): error C2146: syntax error: missing '>' before identifier 'value'
1>D:\mangrove\src\mangrove/util.hpp(81): error C2993: 'unknown-type': illegal type for non-type template parameter '_Val'

iterator(const deserializing_cursor::iterator& dsi) : _ci(dsi._ci), _ci_end(dsi._ci_end) {
skip_invalid_documents();
}

1>D:\mangrove\src\mangrove/deserializing_cursor.hpp(64): warning C4346: 'mangrove::v_noabi::deserializing_cursor<T>::iterator': dependent name is not a type 1>D:\mangrove\src\mangrove/deserializing_cursor.hpp(64): note: prefix with 'typename' to indicate a type 1>D:\mangrove\src\mangrove/deserializing_cursor.hpp(124): note: see reference to class template instantiation 'mangrove::v_noabi::deserializing_cursor<T>::iterator' being compiled 1>D:\mangrove\src\mangrove/deserializing_cursor.hpp(64): error C2061: syntax error: identifier 'iterator'

Im getting a lot of errors to build it with this branch... someone can check if this its updated? Exists someway to get Pre-Built Binaries too?

Thanks.

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