mirror of
https://github.com/fmang/opustags.git
synced 2025-10-16 19:00:02 +02: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