Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6952 closed defect (fixed)

C++03 compilation fails on Ubuntu 16.04 due to va_copy being not defined

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.1.5
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

va_copy is not defined in stdarg.h from GCC, unless STDC_VERSION + 0 >= 199900L But va_copy is

Change History (3)

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: assignedclosed

In 39442:

Compilation fixes on Ubuntu 16.04 with explicit --std=c++03 (fixes #6952)

comment:2 by Even Rouault, 7 years ago

In 39443:

Compilation fixes on Ubuntu 16.04 with explicit --std=c++03 (fixes #6952)

comment:3 by Even Rouault, 7 years ago

In 39444:

Compilation fixes on Ubuntu 16.04 with explicit --std=c++03 (fixes #6952)

Note: See TracTickets for help on using tickets.