mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-26 06:32:22 +00:00
Default-constructed function_output_iterator with function pointers is unusable and previously would have contained an uninitialized function pointer. Disable the default constructor using SFINAE to prevent misuse. Also reformat code.