mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Attempt to improve compatibility with old compilers.
This commit is contained in:
@@ -5,8 +5,9 @@ class Sector;
|
||||
|
||||
class SectorSet
|
||||
{
|
||||
private:
|
||||
public:
|
||||
typedef std::tuple<int, int, int> key_t;
|
||||
|
||||
public:
|
||||
static key_t keyof(int track, int head, int sector)
|
||||
{ return std::tuple<int, int, int>(track, head, sector); }
|
||||
|
||||
Reference in New Issue
Block a user