mirror of
https://github.com/fmang/opustags.git
synced 2025-11-09 13:19:13 +01:00
Make Tags just an string<->string map for now
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace opustags {
|
||||
|
||||
class Tags {
|
||||
};
|
||||
using Tags = std::map<std::string, std::string>;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user