mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Unify symbol visibility configuration for all compilers
This makes it possible to build unit tests with shared libraries on MSVC. Change-Id: I1db66a80b2c78c4f3d354e35235244d17bac9809
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
|
||||
#include <mutex>
|
||||
|
||||
#include "ceres/internal/port.h"
|
||||
|
||||
namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
@@ -91,7 +93,7 @@ struct CellInfo {
|
||||
std::mutex m;
|
||||
};
|
||||
|
||||
class BlockRandomAccessMatrix {
|
||||
class CERES_EXPORT_INTERNAL BlockRandomAccessMatrix {
|
||||
public:
|
||||
virtual ~BlockRandomAccessMatrix();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user