mirror of
https://github.com/boostorg/iterator.git
synced 2025-11-03 09:51:38 +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.