We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8d5db commit f15303bCopy full SHA for f15303b
2 files changed
include/geode/stochastic/spatial/object_neighborhood.hpp
@@ -31,6 +31,7 @@
31
namespace geode
32
{
33
FORWARD_DECLARATION_DIMENSION_CLASS( BoundingBox );
34
+ struct uuid;
35
} // namespace geode
36
37
src/geode/stochastic/sampling/direct/double_sampler.cpp
@@ -43,7 +43,7 @@ namespace geode
43
using DistributionFactory = std::function< DoubleSampler::Distribution(
44
const DoubleSampler::DistributionDescription& ) >;
45
46
- const auto& distribution_registry()
+ static const auto& distribution_registry()
47
48
static const absl::flat_hash_map< DistributionType, // key type
49
DistributionFactory, // value type
0 commit comments