Skip to content

Commit

Permalink
Put back handling DISABLE_STRING_VIEW (HowardHinnant#609)
Browse files Browse the repository at this point in the history
* Put back handling DISABLE_STRING_VIEW
* Add HAS_DEDUCTION_GUIDES to interface library target
  • Loading branch information
theirix authored Oct 8, 2020
1 parent 115dd42 commit 3cbfa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ else()
target_compile_definitions( date INTERFACE ONLY_C_LOCALE=0 )
endif()
if ( DISABLE_STRING_VIEW )
target_compile_definitions( date INTERFACE HAS_STRING_VIEW=0 )
target_compile_definitions( date INTERFACE HAS_STRING_VIEW=0 -DHAS_DEDUCTION_GUIDES=0 )
endif()

#[===================================================================[
Expand Down

0 comments on commit 3cbfa43

Please sign in to comment.