Andrey Semashev a91fc06bb4 Prohibit default construction of function_output_iterator on function pointers.
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.
2025-02-07 01:17:55 +03:00
..
2025-01-26 15:45:03 +03:00
2018-09-22 20:44:29 +09:00
2020-03-04 01:06:45 +03:00
2004-08-19 15:11:49 +00:00
2004-10-20 13:20:19 +00:00
2020-03-04 01:06:45 +03:00