mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Removed round parenthesis in signature support for compilers without variadic macros
VS2015 has fixed the double parenthesis trick which was allowed in function signatures.
This commit is contained in:
parent
f052ea4c89
commit
94bedbd653
4 changed files with 20 additions and 19 deletions
|
|
@ -10,6 +10,9 @@
|
|||
[section unreleased]
|
||||
Not yet released
|
||||
|
||||
* Fixed MOCK_FUNCTOR compilation with VS2015
|
||||
* Removed round parenthesis in signature support for compilers without variadic macros
|
||||
|
||||
[endsect]
|
||||
|
||||
[section 1.2.8]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue