- Timestamp:
 - Feb 23, 2024, 6:47:32 PM (21 months ago)
 - Branches:
 - master
 - Children:
 - 4eb3a7c5
 - Parents:
 - 7bb516f
 - File:
 - 
      
- 1 edited
 
- 
          
  src/AST/Attribute.hpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/AST/Attribute.hpp
r7bb516f r624ba3a5 9 9 // Author : Aaron B. Moss 10 10 // Created On : Fri May 10 10:30:00 2019 11 // Last Modified By : Aaron B. Moss11 // Last Modified By : Peter A. Buhr 12 12 // Created On : Fri May 10 10:30:00 2019 13 // Update Count : 113 // Update Count : 2 14 14 // 15 15 … … 34 34 35 35 Attribute( const std::string & name = "", std::vector<ptr<Expr>> && params = {}) 36 : name( name ), params( params ) {}36 : name( name ), params( params ) {} 37 37 virtual ~Attribute() = default; 38 38  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.