pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/www/libecap



On Tue, Jun 21, 2016 at 05:57:07PM +0000, Joerg Sonnenberger wrote:
> +--- src/libecap/common/memory.h.orig 2016-06-20 16:15:17.012240492 +0000
> ++++ src/libecap/common/memory.h
> +@@ -4,14 +4,24 @@
> + #define LIBECAP__COMMON_MEMORY_H
> + 
> + #include <libecap/common/libecap.h>
> ++#include <ciso646>
> ++
> ++#if __cplusplus >= 201103L || defined(_LIBCPP_VERSION)
> ++#include <functional>
              ^^^^^^^^^^
If I change this to <memory>, things no longer break for me on
-current with gcc 5.4.0 and -std=c++14, -std=c++11, and no -std flag.

Thoughts?

Cheers,

Patrick



Home | Main Index | Thread Index | Old Index