Skip to content

Commit

Permalink
Fixed legacy variant macro
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Jul 30, 2024
1 parent b6801b5 commit 9b8c778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/etl/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ SOFTWARE.
#endif

//*************************************
// Helper macro for variant selection.
#if defined(ETL_USE_LEGACY_VARIANT)
// Helper macro for choosing the variant type.
#if !ETL_USING_CPP11 || defined(ETL_USE_LEGACY_VARIANT)
#define ETL_USING_LEGACY_VARIANT 1
#define ETL_NOT_USING_LEGACY_VARIANT 0
#else
Expand Down

0 comments on commit 9b8c778

Please sign in to comment.