Ignore:
Timestamp:
Apr 29, 2018, 11:56:01 AM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
b91e8c1
Parents:
534d84e
Message:

temporarily remove printing of char16_t, char_32_t and wchar_t until they become unique types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/user_literals.c

    r534d84e rb6dc097  
    1010// Created On       : Wed Sep  6 21:40:50 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Mar  4 11:14:02 2018
    13 // Update Count     : 52
     12// Last Modified On : Sun Apr 29 10:41:38 2018
     13// Update Count     : 53
    1414//
    1515
     
    8383        "abc"`s;
    8484        u"abc"`m;
    85         U_"abc"`h;
    86         L"abc"`_A_;
     85//      U_"abc"`h;
     86//      L"abc"`_A_;
    8787        u8_"abc"`__thingy_;
    8888} // main
Note: See TracChangeset for help on using the changeset viewer.