idk
idk copied to clipboard
The IDK (Industrial Development Kit) library!
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...
The current cmake configuration for `ztd.idk` is _not_ header-only, it produces a library from the files in the source directory. This is a problem, because the API linkage flag that...
`` is a huge header, containing (but not limited to) `hash`, `reference_wrapper`, `function`, `invoke` and much more. Most of the time all these classes are not needed at the same...
Something about the initialization order here broke compilation for newer gcc versions. Just decided to move the variable up above everything else. This fixes https://github.com/soasis/idk/issues/15#issue-3261331975 for me.
I cannot get this repository to build on my system with gcc c++23 c23 (I also can't get it to build with any other configuration of standards under gcc). **It...