-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Priority : Not plannedAnything that isn't planned yetAnything that isn't planned yetbuildAnything regarding the build systemAnything regarding the build system
Description
See the end of box.h. This is not ideal for two reason :
- Include path is explicit, which is not great if we were to move the template implementation to another place
- There is a recursive include in
box.tppso C++ LSPs don't complain (ymmv)
Same issue in rectangle.h/rectangle.tpp.
Ideally, someone should look up conventions or other projects that use template file so we can both:
- Find a better way to split include and template files
- Decide if the split is even a good or idea, or if we should just stick with a simgle
.hor.tppfile.
amtoine
Metadata
Metadata
Assignees
Labels
Priority : Not plannedAnything that isn't planned yetAnything that isn't planned yetbuildAnything regarding the build systemAnything regarding the build system
Type
Projects
Status
Not planned