mirror of
https://github.com/fmang/opustags.git
synced 2025-07-14 04:55:52 +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