Opened 9 years ago
Closed 8 years ago
#9779 closed Bugs (fixed)
Unbalanced va_start / va_end
Reported by: | Owned by: | Raffi Enficiaud | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Hello,
there is an unbalanced va_start / va_end sequence in debug.ipp. Please pull request #3 from github.
Thanks, Gregor
Change History (5)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Hi,
Why didn't you simply pull request #3 from github into the develop or master branch? The patch looks obviously correct :)
comment:5 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Hi Gregor,
I applied the patch to branch tractickets/9779 (from develop), commit rev f01f5e6dae0fcbe9acf20057df64c2c60bd8d000.
Thanks for the patch.