Skip to content

Commit

Permalink
Issue #462 Removed obsolete TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
FJThiel committed Aug 27, 2024
1 parent 22ae57b commit b7f8ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bouncer/src/repo/lib/datastructure/repo_metadataVariant.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace repo {
namespace lib {


typedef public boost::variant<bool, int, long long, double, std::string, tm> MetadataVariant; // TODO: Date?
typedef public boost::variant<bool, int, long long, double, std::string, tm> MetadataVariant;

}

Expand Down

0 comments on commit b7f8ddf

Please sign in to comment.