Collision Checker
boost_object_internal.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 namespace collision {
5 namespace solvers {
6 namespace solverBoost {
8  public:
9  virtual ~BoostObjectInternal(void) {}
10 };
11 } // namespace solverBoost
12 } // namespace solvers
13 } // namespace collision