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:
@@ -51,7 +51,8 @@ namespace internal {
|
||||
// BlockRandomAccessMatrix. Internally a TripletSparseMatrix is used
|
||||
// for doing the actual storage. This class augments this matrix with
|
||||
// an unordered_map that allows random read/write access.
|
||||
class BlockRandomAccessSparseMatrix : public BlockRandomAccessMatrix {
|
||||
class CERES_EXPORT_INTERNAL BlockRandomAccessSparseMatrix
|
||||
: public BlockRandomAccessMatrix {
|
||||
public:
|
||||
// blocks is an array of block sizes. block_pairs is a set of
|
||||
// <row_block_id, col_block_id> pairs to identify the non-zero cells
|
||||
|
||||
Reference in New Issue
Block a user