Disable implicit conversions by default and update readme.
Implicit conversions are still needed for the old unit test to build.
This commit is contained in:
parent
2725d4f63d
commit
6ab4d586eb
3 changed files with 24 additions and 9 deletions
|
@ -11,3 +11,7 @@ add_executable(${PROJECT_NAME}
|
|||
target_link_libraries(${PROJECT_NAME}
|
||||
gtest
|
||||
)
|
||||
|
||||
target_compile_definitions(${PROJECT_NAME}
|
||||
PRIVATE VWR_WITH_IMPLICIT_CONVERSIONS
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue