jarro2783

Results 148 comments of jarro2783

It would be difficult to reproduce with `g++`, because the Travis build uses a similar version. The Intel compiler error is even harder to reproduce because I don't have an...

Sorry I missed this one. I think the first should actually work. There is code that looks like it might do it, so clearly there is a bug.

Can you show me some code that reproduces this. Using the example file I get this: ``` src/example --vector=1,2,3,4 vector = 1, 2, 3, 4, ``` so it looks like...

That's a good question. I will take a look at these and see what is going on.

I think the only reason for `abstract_value` is so that `standard_value` can be specialised on `bool`, which sets the default values correctly for a bool. I'm thinking that the other...

Can you explain the problem that you're fixing here?

I don't know how all of this works because I'm not very familiar with cmake, but something doesn't look right here: ``` jarryd@guepardo ~/current/soft/build/cxxopts $ cmake . -DCMAKE_INSTALL_PREFIX=$HOME/local -- cxxopts...

Yes. I don't expect something to be installed in the root directory when giving a prefix in my home directory. In general an arbitrary user probably can't do that anyway.

Sorry I forgot about this one. Can you rebase first?

That sounds like a bug. I'll check that out.