George Makrydakis

Results 18 issues of George Makrydakis

The overloaded comma operator in `declpack` makes it useful for concatenating different `declpack` instantiations as well as individual types to newly combined packs. There are cases where this can be...

ample
feature

After work done on the experimental branches has been merged to mainline, title says it all: more documentation about that feature, should be made evident on the project landing page.

todo
feature

Up to a point, things like `C++17` folding expressions feature can be (partially) used for metaprogramming purposes in implementing catamorphisms, despite it was mainly designed for easing out features like......

ample
compilers
refactoring
lowpriority

Something like `(char(*)[N])(nullptr)` cannot exist under specific conditions that are of implicit conversion to positive integers / zero when used with such an array type; this is a technique that...

unclassified
compilers
lowpriority

Within the `ampl2-dev` branch, commit 2cd866512bb0792eca3e44ad9d489570653a3f25 has introduced an idea I have been having for a lot of time regarding a specific manipulation algebra of parameter pack contents through range...

ample
feature
prioritized

Given two internal ppmpf number representations, implement modulo operation, nothing more.

ppmpf
feature
lowpriority

Given two ppmpf internal representations of numbers, return the result of integer division.

ppmpf
feature
lowpriority

Introduce a basic algorithm for doing multiplication using the internal number representation in ppmpf, with export to human - readable decimal format available.

ppmpf
feature
lowpriority

Mainly for debugging purposes; far too often during bleeding edge development in branches it is needed to see the error of the compiler instead of having it written down in...

ample
todo
tests
feature
autotools

Since commit cab781bc2e77716b1c91f178419b99c65db8cc06, `ample` has got several enhancements and changes, most importantly for making it compatible with the template meta-programming model that we are to follow. Examples beyond what is...

ample
todo
tests