robot icon indicating copy to clipboard operation
robot copied to clipboard

Make use of `static_assert` in some places

Open dkrutsko opened this issue 8 years ago • 0 comments

static_assert might be useful to include for compile-time compliance checking. Some places where this might be useful is checking the custom datatypes like uint8 and uintptr. An example implementation can be found in the JUCE library.

dkrutsko avatar Mar 09 '17 05:03 dkrutsko