Skip to content

Commit

Permalink
rm unusing template path_type in nt process
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroModel committed Jan 17, 2025
1 parent cd095a8 commit a88280e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fast_io_hosted/process/process/nt.h
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ inline nt_user_process_information nt_create_process_overloads(path_type const &
return nt_process_create_impl<family>(nf.handle, args.get(), envs.get(), processio);
}

template <nt_family family, typename path_type>
template <nt_family family>
inline nt_user_process_information nt_create_process_overloads(::fast_io::nt_fs_dirent ent, nt_process_args const &args,
nt_process_envs const &envs,
win32_process_io const &processio)
Expand Down

0 comments on commit a88280e

Please sign in to comment.