Joel Falcou

Results 179 comments of Joel Falcou

You cna draft a small macro to take any token like `(SOME, STUFF)` into `SOME,THING`. I use it in TTS. Here is a small version: ```c++ // Remove parens around...

Beware that fastmath doesn't guarantee IEEE compliance and may impact the numerical quality of the results. I would advise not to use it.

Consider reusing Phoenix placeholder so Phoenix expression could be directly used. There is a will to unify all palcehodlers within boost and along, so puttign one more in the pool...

Checkign types is unneeded IMHO as you may want to pass an int to a strop awaiting a double and benefit from automatic conversions. Same goes for w/e user defined...

The only problem is you have a strop with 3 arguments and you conenct it to somethign giving you only 2. This should effectively static_assert. If you have a 2...

would you be interested by some PR for those ?

Good. What is the minimal language version 11 or 14 ? C++14 makes a lot of things easier with polymorphic lambda and auto without trailing decltype.

OK. I've forked the repo & will do some testing soon on how to adapt my old code to LEST.