Skip to content

Commit

Permalink
Build workaround for apple clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
Life4gal committed Jul 6, 2023
1 parent 668ad6f commit ceb5720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@ namespace
{
// Everything is allowed inside a string except for control characters.
// fixme: error: use of variable template 'error' requires template arguments
#if defined(GAL_INI_COMPILER_APPLE_CLANG)
// #if defined(GAL_INI_COMPILER_APPLE_CLANG)
#if defined(GAL_INI_PLATFORM_MACOS)
#define WORKAROUND_APPLE_CLANG_TEMPLATE template
#else
#define WORKAROUND_APPLE_CLANG_TEMPLATE
Expand Down

0 comments on commit ceb5720

Please sign in to comment.