-
```
Hey there,
i can't compile the sources on my x86_64. Here's what i got:
compiling ../Sources/batch/ptBatchWindow.cpp
In file included from /usr/include/qt4/QtCore/QtCore:53:0,
…
-
```
Hey there,
i can't compile the sources on my x86_64. Here's what i got:
compiling ../Sources/batch/ptBatchWindow.cpp
In file included from /usr/include/qt4/QtCore/QtCore:53:0,
…
-
Migrated from [rt.perl.org#123867](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=123867) (status was 'resolved')
Searchable as RT123867$
p5pRT updated
9 years ago
-
With the cpp11 plugin on, Rcpp cannot sapply lambda functions.
``` cpp
#include
using namespace Rcpp ;
// [[Rcpp:::plugins(cpp11)]]
// [[Rcpp::export]]
NumericVector double_up( NumericVector x ){…
-
I was try to use this lib in VS 2013 Community Edition, and for now __cplusplus is 199711 (old c++98)
Validation is check in config.hpp, and throw compilation error.
Another issue is when using MinG…
-
readdir包含'.'和'..',python的不包含
atoi()如果给的字符串不是整数,是undefined behavior
http://www.cplusplus.com/reference/cstdlib/atoi/
-
Installation fails at documentation.
Maybe sandbox violation?
If you need more info, I will provide.
```
make -C docs html
make: Entering directory '/var/tmp/portage/dev-python/cython-0.22-r2/work/…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR21307](https://bugs.llvm.org/show_bug.cgi?id=21307) |
| Status | RESOLVED INVALID |
| Importance |…
-
When exporting flow data using NetFlow v9 from nProbe,\* IPFIXcol sooner or later always crashes. Valgrind reports the following:
```
==3922== Invalid read of size 8
==3922== at 0x690D35D: element…
ghost updated
9 years ago
-
Hey all!
[EDIT]
It seems that we don't have c++11 support right now with on osx.
The issue primarily is that we have to use libc++ with c++11, which does not support legacy tr1 namespace symbols. To …