We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 got an error when compile with ztd.text (msvc 19.39 with c++latest) at this line https://github.com/soasis/text/blob/fc30abbc3056a0ea69f2c6ef25221c3244bf31cf/include/ztd/text/detail/span_reconstruct.hpp#L90
Look like ::ztd::ranges::range_element_type_t is undefined when ZTD_IS_ON(ZTD_STD_LIBRARY_RANGES) at line 882 in adl.hpp is true
ZTD_IS_ON(ZTD_STD_LIBRARY_RANGES)
idk/include/ztd/ranges/adl.hpp
Lines 882 to 929 in 4babfa5
I copy line 916 to 891 and it compiles.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got an error when compile with ztd.text (msvc 19.39 with c++latest) at this line
https://github.com/soasis/text/blob/fc30abbc3056a0ea69f2c6ef25221c3244bf31cf/include/ztd/text/detail/span_reconstruct.hpp#L90
Look like ::ztd::ranges::range_element_type_t is undefined when
ZTD_IS_ON(ZTD_STD_LIBRARY_RANGES)
at line 882 in adl.hpp is trueidk/include/ztd/ranges/adl.hpp
Lines 882 to 929 in 4babfa5
I copy line 916 to 891 and it compiles.
The text was updated successfully, but these errors were encountered: