mirror of
https://github.com/boostorg/iterator.git
synced 2026-07-07 00:51:03 +02:00
a91fc06bb4
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.