Skip to content

Commit 405eaa9

Browse files
committed
Fix documentation and mark overload method as working
1 parent 6c03b9c commit 405eaa9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Doc/Manual/src/Fortran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ specification:
895895

896896
It should be noted that a function that returns `void` cannot be overloaded
897897
with a function that returns anything else: generic interfaces must be either
898-
all subroutines or all functions:
898+
all subroutines or all functions. The pair of declarations
899899
```swig
900900
void cannot_overload(int x);
901901
int cannot_overload(int x, int y);

Examples/test-suite/fortran/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ FAILING_CPP_TESTS += \
4747
nested_scope \
4848
overload_arrays \
4949
overload_complicated \
50-
overload_method \
5150
overload_return_type \
5251
overload_simple \
5352
overload_subtype \

0 commit comments

Comments
 (0)