rippled
rippled copied to clipboard
Rectify the import paths of boost::function_output_iterator
Rectify the import paths of boost/iterator as suggested by compiler warnings
High Level Overview of Change
MSVC 19.x reports a warning about import paths in boost for function_output_iterator class. This commit aims to eliminate that warning by updating the import paths.
- [ X ] Refactor (non-breaking change that only restructures code)