Merge branch 'master' into tmp
Conflicts: .travis.yml Examples/Makefile.in Examples/test-suite/director_nspace.i Examples/test-suite/nspace.i Examples/test-suite/nspace_extend.i Source/Modules/lang.cxx configure.ac
This commit is contained in:
commit
a234542543
871 changed files with 29690 additions and 7800 deletions
|
|
@ -94,14 +94,16 @@ public:
|
|||
|
||||
namespace Space {
|
||||
class Flow {
|
||||
int x;
|
||||
public:
|
||||
Flow(int i) {}
|
||||
Flow(int i) : x(i) {}
|
||||
};
|
||||
|
||||
|
||||
class FlowFlow {
|
||||
int x;
|
||||
public:
|
||||
FlowFlow(int i) {}
|
||||
FlowFlow(int i) : x(i) {}
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue