summaryrefslogtreecommitdiff
path: root/Examples/go/reference/reference.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic ↵William S Fulton2014-05-241-1/+1
| | | | -Wreturn-type
* Update for Go 1.2 release. Add support for linking SWIG code directlyIan Lance Taylor2013-12-161-0/+46
into executable, rather than using a shared library.