iod
iod copied to clipboard
Meta programming utilities for C++14. Merged in matt-42/lithium
Can symbol's attributes value be lambda or std::bind objects? like: `_id(_some_handle=[]() { ... }` and can we access the sio(or symbol) within the lambda? like: `_id(_some_handle=[this]() { ... }` thanks!
Hello, Do you know about [Conan](https://github.com/conan-io/conan)? [Conan](http://docs.conan.io/en/latest/) is modern dependency manager for C++. And will be great if your library will be available via package manager for other developers. [Here](https://github.com/bincrafters/conan-templates)...
With GCC 4.9.3 (debian linux) I get compilation errors related to the lack of copy constructor in `std::stringstream`: ``` Scanning dependencies of target di In file included from /home/manuel-sanchez/Documentos/iod/tests/../iod/json.hh:15:0, from...
Hi, is it possible to parse command line options like --my-switch for example? I had a look at the code and I think the answer is no, but maybe I...
``` cat /etc/issue Debian GNU/Linux 8 \n \l ``` Trying to install silicon on my linux server machine. ``` git clone https://github.com/matt-42/silicon.git mkdir silicon_build cd silicon ./install.sh ../silicon_build/ ``` Output:...
Hello, how I can define _new symbol?
It's been two years since release 1.0 and I see here that there is a new version for iod. Could you provide/update repo tags?