Paul Lemire
Paul Lemire
Hello, First of all thanks for all your efforts on the project, that's greatly appreciated. I'm hitting an issue and I'm not sure if it's a bug or my lack...
Nunofixes
Often, I have to deal with a **Property p** where **T** itself contains properties. Given the property **p** is using a pointer type, I cannot binding directly to **p->someProperty** given...
At the moment I cannot use a const Property in a binding. ``` const Property someValue = makeBinding(someExpression); Property boundValue = makeBinding(someValue); // This does not compile ``` A const...
Because headers should never have a using namespace declaration. Also fix typos, add unit tests and minimal documentation. Change-Id: Ic524c53417da7273c15c1c9eaa5f8ef8758340af