diff options
author | Michael Andres <ma@suse.de> | 2013-04-29 17:38:45 +0200 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2013-04-29 17:38:45 +0200 |
commit | 05eb87243d28be648e59508edc03fe275e76dcfa (patch) | |
tree | 77f6c350dd0e748a0da983a2d08ed41ad8700f32 /swig/zypp.i | |
parent | 707dc10558ca8414ae0b7d9dc892a22aa6194d18 (diff) | |
download | libzypp-bindings-05eb87243d28be648e59508edc03fe275e76dcfa.tar.gz libzypp-bindings-05eb87243d28be648e59508edc03fe275e76dcfa.tar.bz2 libzypp-bindings-05eb87243d28be648e59508edc03fe275e76dcfa.zip |
Compile with -std=c++11
Diffstat (limited to 'swig/zypp.i')
-rw-r--r-- | swig/zypp.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index 69ff44a..6aab2bd 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -108,6 +108,7 @@ SWIGINTERNINLINE SV *SWIG_From_double SWIG_PERL_DECL_ARGS_1(double value); #include <sstream> +#undef seed // don't know where it comes from, but it conflicts with <random> #include "zypp/base/PtrTypes.h" #include "zypp/base/ReferenceCounted.h" #include "zypp/Edition.h" |