Hi James,
I followed the instructions for installing on osx 10.8 but the compilation fails with this error.
In file included from ./LaserBoy_space.hpp:34:
./LaserBoy_frame_set.hpp:259:38: error: parameter of overloaded 'operator++' cannot have a default argument
LaserBoy_frame& operator ++ (int = 0) //post
^
./LaserBoy_frame_set.hpp:272:38: error: parameter of overloaded 'operator--' cannot have a default argument
LaserBoy_frame& operator -- (int = 0) // post
Any ideas?