idk icon indicating copy to clipboard operation
idk copied to clipboard

The IDK (Industrial Development Kit) library!

Results 3 idk issues
Sort by recently updated
recently updated
newest added

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...

bug
enhancement

`` 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...

good first issue
question