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:
King_DuckZ 2016-11-02 01:12:00 +01:00
parent 2725d4f63d
commit 6ab4d586eb
3 changed files with 24 additions and 9 deletions

View file

@ -11,3 +11,7 @@ add_executable(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
gtest
)
target_compile_definitions(${PROJECT_NAME}
PRIVATE VWR_WITH_IMPLICIT_CONVERSIONS
)