nicocvn / cppreg

A C++11 header-only library for MMIO registers
https://nicocvn.github.io/cppreg/
Other
60 stars 6 forks source link

Add a list of requirements/limitations to the documentation #11

Closed sendyne-nicocvn closed 6 years ago

sendyne-nicocvn commented 6 years ago

This is currently missing from the documentation and should include:

sendyne-nicocvn commented 6 years ago

So the main limitations are:

As far as compilers only GCC and Clang are guaranteed to work fine. Others should be fine most of the time if they are fully compliant with C++11/C++14.