You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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>;
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.
The text was updated successfully, but these errors were encountered: