Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/SemanticError.hpp

    r5786403 r6b33e89  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Dec 15 21:04:32 2024
    13 // Update Count     : 77
     12// Last Modified On : Tue Apr  1 11:11:33 2025
     13// Update Count     : 79
    1414//
    1515
     
    6565        {"gcc-attributes"           , Severity::Warn, "invalid attribute: %s." },
    6666        {"c++-like-copy"            , Severity::Warn, "Constructor from reference is not a valid copy constructor." },
    67         {"depreciated-trait-syntax" , Severity::Warn, "trait type-parameters are now specified using the forall clause." },
     67        {"depreciated-trait-syntax" , Severity::Warn, "trait type-parameters, trait name(T,U), now specified using forall clause, forall(T,U) trait name." },
    6868};
    6969
Note: See TracChangeset for help on using the changeset viewer.