wgtmac opened a new pull request, #3808:
URL: https://github.com/apache/avro/pull/3808

   ## What is the purpose of the change
   
   Fix avro-cpp builds with C++23 by including `<type_traits>` directly in 
`Buffer.hh`, which uses `std::is_fundamental`.
   
   ## Verifying this change
   
   This change is already covered by existing tests, such as the avro-cpp C++23 
build and existing C++ test suite.
   
   - Built `avrocpp_s` with `-DCMAKE_CXX_STANDARD=23`
   - Ran the avro-cpp C++ test suite: 13/13 tests passed
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no
   - If yes, how is the feature documented? not applicable


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to