Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.06 KB

GitHub version GitHub issues GitHub stars

strict variant

This library was adapted from cbeck88/strict-variant to compile to Arduino/ESP32 platform.

Documentation

On Chris Beck's github pages.

Compiler Compatibility

strict_variant targets the C++11 standard.

It is known to work with gcc >= 4.8 and clang >= 3.5, and is tested against MSVC 2015.

strict_variant can be used as-is in projects which require -fno-exceptions and -fno-rtti.

Licensing and Distribution

strict variant is available under the boost software license.