This is kind of interesting from Stack Overflow
(http://stackoverflow.com/q/17775390):

<BEGIN SNIP>
This note in the gets manpage looks relevant:

    ISO C11 removes the specification of gets() from the C language, and
since version 2.16, glibc header files don't expose the function
declaration if the _ISOC11_SOURCE feature test macro is defined.

Probably should be:

#if !_ISOC11_SOURCE
using ::gets;
#endif
<END SNIP>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1620181

Title:
  Clang 3.6 cannot compile program with -std=c++14

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.6/+bug/1620181/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to