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
refactor: migrate from Boost.Buffers to Boost.Capy.Buffers
- Remove Boost::buffers dependency from CMakeLists.txt and Jamfile
- Change all includes from boost/buffers/ to boost/capy/buffers/
- Replace buffers:: namespace with capy:: throughout codebase
- Rename buffers::size() to capy::buffer_size()
- Rename buffers::dynamic_for() to capy::make_any()
- Add dynamic_buffer_ref wrapper in impl/parser.hpp for reference semantics
- Update test files to use new capy buffer types and functions
- Add .temp/ to .gitignore for build outputs
0 commit comments