I\'m trying to typedef either an unordered_map or std::map depending whether there are TR1 libraries available. But I don\'t want to specify the template parameters. From wh
You have to use full types for typedefs.
Use a #define macro instead.