summary refs log tree commit diff stats
path: root/tests/cpp/get_subsystem.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #2505, fixes #1853, fixes #2522Araq2015-04-201-22/+0
|
* The getSubsystem<T> example in the manual currently fails with a codegen errorZahary Karadjov2015-04-141-0/+22
A faulty proc declaration is generated: N_NIMCALL(System::Input*, SystemManager::getSubsystem<'*0>())(void); The manual has been edited to add a nodecl pragma, which alleviates the issue Fix a typo in the vector_iterator example from the previous commit.