Skip to content

Commit

Permalink
refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
daixtrose committed Oct 16, 2024
1 parent 07e948a commit e0d3d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion polymorphism/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# C++ Polymorphism Example

## Summary

This example shows two different ways to implement [polymorphism](https://en.wikipedia.org/wiki/Polymorphism_(computer_science)) in C++:
Expand Down Expand Up @@ -188,4 +190,4 @@ and the directory to which the header is downloaded is added to the search path
target_include_directories(test_consume PUBLIC "${ut_SOURCE_DIR}")
```

Please refer to [this slidedeck](https://boost-ext.github.io/ut/denver-cpp-2019/#/) for further documentation of this test library.
Please refer to [this slidedeck](https://boost-ext.github.io/ut/denver-cpp-2019/#/) for further documentation of this test library.

0 comments on commit e0d3d98

Please sign in to comment.