The asprintf() and vasprintf() prototypes are declared in <stdio.h> header file.
The <cstdio> should be the "adapted" version of the same file for C++ language.
Nonetheless those two prototypes are missing from the <cstdio> header file.
This forces the C++ programmers than need those functions to also #include 
<stdio.h>.
I would expect to see the C++ prototypes for asprintf() and vasprintf() also in 
<cstdio>.

em

-- 
asprintf() and vasprintf() missing in <cstdio> header file
https://bugs.launchpad.net/bugs/290742
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to