We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c03b9c commit 405eaa9Copy full SHA for 405eaa9
Doc/Manual/src/Fortran.md
@@ -895,7 +895,7 @@ specification:
895
896
It should be noted that a function that returns `void` cannot be overloaded
897
with a function that returns anything else: generic interfaces must be either
898
-all subroutines or all functions:
+all subroutines or all functions. The pair of declarations
899
```swig
900
void cannot_overload(int x);
901
int cannot_overload(int x, int y);
Examples/test-suite/fortran/Makefile.in
@@ -47,7 +47,6 @@ FAILING_CPP_TESTS += \
47
nested_scope \
48
overload_arrays \
49
overload_complicated \
50
- overload_method \
51
overload_return_type \
52
overload_simple \
53
overload_subtype \
0 commit comments