fixed windows build issues with chris

release/4.3a0
balderdash-devil 2014-06-20 18:43:08 -04:00
parent f5b3c75133
commit 921a18ae27
2 changed files with 1 additions and 3 deletions

View File

@ -104,7 +104,7 @@ namespace gtsam {
class GTSAM_EXPORT KeyInfoEntry : public boost::tuple<size_t, size_t, size_t> {
public:
typedef boost::tuple<Key,size_t,Key> Base;
KeyInfoEntry(){}
KeyInfoEntry(){}
KeyInfoEntry(size_t idx, size_t d, Key start) : Base(idx, d, start) {}
const size_t index() const { return this->get<0>(); }
const size_t dim() const { return this->get<1>(); }

View File

@ -157,8 +157,6 @@ namespace gtsam {
Weights weights(const GaussianFactorGraph &gfg) const;
SubgraphBuilderParameters parameters_;
private:
SubgraphBuilder() {};
};
/*******************************************************************************************/