Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/17 11:29:49 (7 years ago)
Author:
gkronber
Message:

#2520 introduced StorableConstructorFlag type for StorableConstructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Algorithms.Benchmarks/3.3/BenchmarkAlgorithm.cs

    r14927 r15018  
    215215    #region Constructors
    216216    [StorableConstructor]
    217     private BenchmarkAlgorithm(bool deserializing) { }
     217    private BenchmarkAlgorithm(StorableConstructorFlag deserializing) { }
    218218    private BenchmarkAlgorithm(BenchmarkAlgorithm original, Cloner cloner) {
    219219      if (original.ExecutionState == ExecutionState.Started) throw new InvalidOperationException(string.Format("Clone not allowed in execution state \"{0}\".", ExecutionState));
Note: See TracChangeset for help on using the changeset viewer.