Skip to content

Commit fec9116

Browse files
committed
workaround compiler issues
1 parent b7674bd commit fec9116

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libmamba/src/core/util.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,11 @@ namespace mamba
11711171

11721172
struct Data
11731173
{
1174+
Data()
1175+
{
1176+
// this user-defined constructor is a workaround for CWG2335 and related compiler issues
1177+
}
1178+
11741179
// TODO: replace by something like boost::multiindex or equivalent to avoid having
11751180
// to handle 2 hashmaps
11761181
std::unordered_map<fs::u8path, std::weak_ptr<LockFileOwner>> locked_files; // TODO:

0 commit comments

Comments
 (0)