~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to jsonxx/jsonxx.h

  • Committer: Teus Benschop
  • Date: 2022-08-30 18:42:32 UTC
  • Revision ID: teusjannette@gmail.com-20220830184232-a5bf5fkj14cqdx01
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
        type_ = INVALID_;
294
294
        break;
295
295
      default:
296
 
        JSONXX_ASSERT( !"not implemented" );
 
296
        JSONXX_ASSERT( ! static_cast <bool> ("not implemented") );
297
297
    }
298
298
  }
299
299
  template<typename T>