isGroupExec - multiple declarations

Function isGroupExec

Posix-only. Check the group executable bit of a file. File must exist.

bool isGroupExec (
  Path path
);

bool isGroupExec (
  string path
);

Function isGroupExec

Posix-only. Check the group executable bit of a file. File must exist.

bool isGroupExec (
  Path path
);

bool isGroupExec (
  string path
);