Skip to content

Commit

Permalink
add windows specific macros
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Jul 19, 2024
1 parent f3f1f63 commit b3ed782
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(BRIDGE_TYPE_DECLS_TYPES "")
set(BRIDGE_TYPE_DECLS_REQUIRES_ELSE_IF OFF)

foreach(i ${compiled_string_literals})
message(STATUS "${i}")
if("${i}" MATCHES "${regex_realm}")
set(BRIDGE_TYPE_DECLS_TYPES "${BRIDGE_TYPE_DECLS_TYPES} using ${CMAKE_MATCH_1} = std::aligned_storage<${CMAKE_MATCH_2}, ${CMAKE_MATCH_3}>::type;\n")
elseif("${i}" MATCHES "${regex_arch}")
Expand Down

0 comments on commit b3ed782

Please sign in to comment.