Files
versioned-map/VersionedMap.cpp
2024-04-30 11:39:34 -07:00

5 lines
101 B
C++

#include "VersionedMap.h"
namespace weaselab {
struct VersionedMap::Impl {};
} // namespace weaselab