mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Mention GENERATE decaying inputs in release notes docs
This commit is contained in:
		| @@ -121,7 +121,8 @@ new design. | ||||
| * Event Listener interface has changed | ||||
|   * `TestEventListenerBase` was renamed to `EventListenerBase` | ||||
|   * `EventListenerBase` now directly derives from `IStreamingReporter`, instead of deriving from `StreamingReporterBase` | ||||
|  | ||||
| * `GENERATE` decays its arguments (#2012, #2040) | ||||
|   * This means that `str` in `auto str = GENERATE("aa", "bb", "cc");` is inferred to `char const*` rather than `const char[2]`. | ||||
|  | ||||
|  | ||||
| ### Improvements | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský