Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 778 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 778 Bytes

Build Traits

A library to help do template specialization based on the platform, compiler, and machine information. The goal of this library is to prevent stringing preprocessor logic throughout the code and limit it to a few locations.

You will probably need to see examples to understand how to use this. The best example currently resides in PluginFactory, specifically look at the PluginExtensionHelper class.

Dependencies

  • c++11

Contributors

Austin Gilbert [email protected]

License

4-Clause BSD license, see LICENSE.md for details. Other licensing available upon request.