chore: Add VC6-compatible std::array - #3310
Conversation
This comment was marked as spam.
This comment was marked as spam.
|
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to GitHub limitations.
🟠 Major · Remove the template disambiguator in the VC6 branch. · array_adapter.h:89
Dependencies/Utility/Utility/array_adapter.h:89
🎯 Functional Correctness | 🟠 Major | ⚡ Quick winRemove the
templatedisambiguator in the VC6 branch. When_MSC_VER < 1300, MSVC 6 does not support theA::template member<U>form. This declaration can therefore block adapter compilation. Usestorage<N>::for_type<T>at line 89.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Advanced
Run ID: a09fa090-6609-4319-b9a1-0fa95ed316b5
📒 Files selected for processing (1)
Dependencies/Utility/Utility/array_adapter.h
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.
|
Can the test code (in the first post) be updated so that it's not missing any context? |
Done |
See conversation #3245 (comment)
This adds a vibe-coded implementation of
std::arraythat will work with the vc6 compiler.Example usage:
Vibe-coded test suite
Extended coverage test