C++11: Cleaned up program framework with range-based for
This commit is contained in:
@@ -131,8 +131,5 @@ namespace json
|
||||
std::string decode (const std::string&);
|
||||
}
|
||||
|
||||
typedef std::vector <json::value*>::iterator json_array_iter;
|
||||
typedef std::map <std::string, json::value*>::iterator json_object_iter;
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user