gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Fix gcc 3.3 compilation error (#354) gcc 3.3 requires that a class has a default constructor if it has template named parameters. (That constructor can be protected.)
0 6 0
default
6 files changed with 24 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -303,2 +303,6 @@
303 303

	
304
  protected:
305

	
306
    CapacityScaling() {}
307

	
304 308
  public:
Ignore white space 6 line context
... ...
@@ -327,2 +327,6 @@
327 327

	
328
  protected:
329

	
330
    CostScaling() {}
331

	
328 332
  public:
Ignore white space 6 line context
... ...
@@ -243,2 +243,6 @@
243 243

	
244
  protected:
245

	
246
    HartmannOrlin() {}
247

	
244 248
  public:
Show white space 6 line context
... ...
@@ -233,2 +233,6 @@
233 233

	
234
  protected:
235

	
236
    Howard() {}
237

	
234 238
  public:
Ignore white space 6 line context
... ...
@@ -239,2 +239,6 @@
239 239

	
240
  protected:
241

	
242
    Karp() {}
243

	
240 244
  public:
Ignore white space 6 line context
... ...
@@ -405,2 +405,6 @@
405 405

	
406
  protected:
407

	
408
    Suurballe() {}
409

	
406 410
  public:
0 comments (0 inline)