-
http://www.cpantesters.org/cpan/report/465bf18a-fda9-11e8-98d5-bb14e5798fec
```
Can't load '/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/wJHEPJ02pc/Math-GSL-0.40/blib/arch/auto/Math/…
-
Code: https://godbolt.org/z/oE9f3s71h
```c++
#include
#include
#include
#include
#include
#include
#include
struct abc
{
std::string str;
std::string_view view() const { retu…
-
```
#=== ERROR while compiling conf-gsl.1 =========================================#
# context 2.0.7 | macos/x86_64 | ocaml-base-compiler.4.10.0 | https://opam.ocaml.org#9e7e7e45
# path …
-
```
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/
2. PREFIX=/path_to_local make install
3. wait for it to…
-
```
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/
2. PREFIX=/path_to_local make install
3. wait for it to…
-
I am trying to follow the Cpp Core Guidelines and use GSL where appropriate. In particular, I would like to use Expects and Ensures for pre and post-conditions, as well as span, and narrow_cast, but t…
-
Hi, I had updated to Ubuntu 17.10 and met this error
```/home/gleb/.rvm/gems/ruby-2.4.1/gems/activesupport-5.1.5/lib/active_support/dependencies.rb:292:in `require': libgsl.so.19: cannot open shared …
-
The guidelines say here that GSL Expects always aborts on failure.
http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#SS-assertions
However, Microsoft's GSL implementation has a mode that…
-
It seems that there's a problem in the XML parser not recognizing constructs:
```
::value;]]>
```
Here's the output:
```
$ gsl -script:specs/test.gsl -dir:. specs…
-
Howdy @leto & @bulk88 & @jberger,
Below is an overview of the work bulk88 and I have done on this issue so far...
- The previous AppVeyor RPerl build was failing due to missing `sh` prefix in ca…