Add optional methods like yx(), x1(), x0() etc...
You need to define VWR_EXTRA_ACCESSORS if you want those to be available in your build.
This commit is contained in:
parent
69e342460c
commit
fc7b666429
2 changed files with 19 additions and 0 deletions
|
@ -15,6 +15,7 @@ target_link_libraries(${PROJECT_NAME}
|
|||
|
||||
target_compile_definitions(${PROJECT_NAME}
|
||||
PRIVATE VWR_WITH_IMPLICIT_CONVERSIONS
|
||||
PRIVATE VWR_EXTRA_ACCESSORS
|
||||
)
|
||||
|
||||
add_test(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue