as it turned out, when "inheriting" ctors, C++14 removes the base classes' copy ctors. C++17 will rectify that. Thus for now we need to define explicitly that we'll accept the base for initialising the derived. But we need do so only on one location, namely the most down in the chain. |
||
|---|---|---|
| .. | ||
| draw | ||
| DIR_INFO | ||
| empty.html | ||
| InterfaceConcept_Varga.mm | ||
| renderengine.html | ||
| thinkPad.ichthyo.mm | ||
| uml | ||
| workflow.mm | ||