rippled icon indicating copy to clipboard operation
rippled copied to clipboard

Rectify the import paths of boost::function_output_iterator

Open ckeshava opened this issue 2 years ago • 0 comments

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)

ckeshava avatar Sep 05 '22 06:09 ckeshava