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
Fix C++ One Definition Rules (ODR) Violations (#58)
**Issue:**
aws/aws-sdk-cpp#2137
**Description of Changes:**
Rename `decoder_state` -> `huffman_decoder_state` to avoid collision with same-named struct in aws-c-http.
Moved .inl test symbols into source file, fixes downstream swift build (
#46)
* Moved .inl test symbols into source file, fixes downstream swift build
* Fixed use of testing API
* Fixed shared-lib build