Ignore:
Timestamp:
Jun 23, 2023, 11:24:07 AM (11 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
1fbf481
Parents:
fe0b94f
Message:

The 'sized' trait is now implemented on top of 'T *' declarations and has no special status in the compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/prelude-gen.cc

    rfe0b94f r97b47ec  
    159159int main() {
    160160        cout << "# 2 \"prelude.cfa\"  // needed for error messages from this file" << endl;
    161         cout << "forall( T & ) trait sized {};" << endl;
     161        cout << "forall( T * ) trait sized {};" << endl;
    162162
    163163        cout << "//////////////////////////" << endl;
Note: See TracChangeset for help on using the changeset viewer.