Skip to content

Commit

Permalink
Add new monadic operator sort for binding user-defined literals
Browse files Browse the repository at this point in the history
  • Loading branch information
cdacamar committed Aug 29, 2024
1 parent 07befb6 commit 46c6ac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ifc/operators.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ namespace ifc {
MsvcConfusedSubstitution, // Represents a template parameter substitution 'P -> expr' where 'expr' could be a type or a non-type argument replacement.
MsvcConfusedAggregateReturn, // Decorates a return statement which returns an aggregate class type with a user-defined destructor.
MsvcConfusedVftblPointerInit, // An initialization of a derived class's vftbl pointer.
MsvcConfusedSuffix, // The expression representing both a literal string or constant and the user-defined literal function to call.

Last
};
Expand Down

0 comments on commit 46c6ac5

Please sign in to comment.