/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Gustav Hartvigsson
  • Date: 2024-12-21 22:46:57 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20241221224657-a16tzudfhsmdctmm
[README]
* Fixed logic error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
      _NUM_VAL;
109
109
 
110
110
      public string to_string () {
111
 
        static_assert (Clowns._NUM_VAL = 4 + 1);
 
111
        static_assert (Clowns._NUM_VAL == 4 + 1);
112
112
        switch (this) {
113
113
          case (BENNY):
114
114
            return "BENNY";