Provides platform and dependency checks. More...
Include dependency graph for platform.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | SEQAN3_DEPRECATED_310 [[deprecated("This will be removed in SeqAn-3.1.0; please see the documentation.")]] |
| Deprecation message for SeqAn 3.1.0 release. | |
| #define | SEQAN3_WITH_CEREAL 0 |
| Whether CEREAL support is available or not. | |
| #define | SEQAN3_WITH_LEMON 0 |
| Whether Lemon support is available or not. | |
| #define | SEQAN3_WORKAROUND_GCC7_AND_8_CONCEPT_ISSUES 0 |
| Various concept problems only present in GCC7 and GCC8. | |
| #define | SEQAN3_WORKAROUND_GCC_87113 0 |
| See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87113. | |
| #define | SEQAN3_WORKAROUND_GCC_90897 0 |
| See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90897. | |
| #define | SEQAN3_WORKAROUND_VIEW_PERFORMANCE 1 |
| Performance of views, especially filter and join is currently bad, especially in I/O. | |
Provides platform and dependency checks.