Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created September 1, 2011 04:20
Show Gist options
  • Save springmeyer/1185443 to your computer and use it in GitHub Desktop.
Save springmeyer/1185443 to your computer and use it in GitHub Desktop.
include/mapnik/timer.hpp:59:13: error: member function 'stop' not viable: 'this' argument has type 'const mapnik::timer', but function
is not marked const
stop();
^~~~
include/mapnik/timer.hpp:49:18: note: 'stop' declared here
virtual void stop()
^
include/mapnik/timer.hpp:68:13: error: member function 'stop' not viable: 'this' argument has type 'const mapnik::timer', but function
is not marked const
stop();
^~~~
include/mapnik/timer.hpp:49:18: note: 'stop' declared here
virtual void stop()
^
include/mapnik/timer.hpp:104:78: error: expected ';' after expression
s << wall_clock_elapsed() << "ms (cpu " << cpu_elapsed() << "ms)"
^
;
3 errors generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment