Changeset ee6dbae for src/Parser/LinkageSpec.h
- Timestamp:
- Jul 11, 2019, 1:34:37 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 302d84c2, 7870799
- Parents:
- d6a8aef (diff), 1d760934 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/LinkageSpec.h
rd6a8aef ree6dbae 9 9 // Author : Rodolfo G. Esteves 10 10 // Created On : Sat May 16 13:24:28 2015 11 // Last Modified By : Andrew Beach12 // Last Modified On : Thr Spt 13 15:59:00 201813 // Update Count : 1 711 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jul 10 16:02:34 2019 13 // Update Count : 18 14 14 // 15 15 … … 35 35 constexpr Spec( unsigned int val ) : val( val ) {} 36 36 constexpr Spec( Spec const & other ) : val( other.val ) {} 37 constexpr Spec & operator=( const Spec & ) = default; 37 38 // Operators may go here. 38 39 // Supports == and !=
Note: See TracChangeset
for help on using the changeset viewer.