mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-30 18:12:14 +01: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.