Robert Ramey

Results 36 comments of Robert Ramey

Hmmm - the documentation on each "public" type includes the header file which should be included. Each header file includes all the "private" header files it needs. Does this not...

looking at this again. This sounds like the whole C++ Visibility thing to minimize the number of symbols exported at link time. You can see this for the serialization library...

(1) - I'm not referring to the _builtin... you mention. I'm referring to builtins for extended integer arithmetic. see https://gcc.gnu.org/onlinedocs/gcc/Integer-Overflow-Builtins.html (2) "tainting" policy. This is implemented in the library as...

Good to know that at least someone is reading the documents! Good catch. I've made the change on my local machine - let's hope that the example still compiles and...

Using the default EP would give you the behavior you expect/desire. To get the behavior you have above you would well use a "strict" exception policy. So, I've left it...

> The default policy does not give me the throw in the second line. I know. I would like to - but it's way too expensive to implement > I...

I'm begging to see how this might work. We'll leave this open until more work is done on this.

new contributors are always welcome (so far). No one needs to be "accepted" - just contribute a PR. Of course since there's no concept of "acceptance", there's not guarantee that...

" if you could explain a bit more this feature request, it would be great." It would be kind of hard to surpass Andresj's explanation. But I'll take a shot:...

I can't add much more regarding this task without actually doing the task myself - which is what I don't want to do as its quite a difficult task. Actually...