Skip to content

Commit 4e4b8e0

Browse files
committed
Resolve merge conflict
1 parent 7aa7f26 commit 4e4b8e0

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

src/ifcparse/IfcWrite.h

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -137,25 +137,18 @@ class IFC_PARSE_API IfcWriteArgument : public Argument {
137137

138138
// Overload to detect null values
139139
void set(const aggregate_of_aggregate_of_instance::ptr& value);
140-
// Overload to detect null values
141-
void set(IfcUtil::IfcBaseInterface*const & v);
142-
143-
// Overloads to raise exceptions on non-finite values
144-
void set(const double& v);
145-
void set(const std::vector<double>& v);
146-
void set(const std::vector< std::vector<double> >& v);
147-
148-
operator int() const;
149-
operator bool() const;
150-
operator boost::logic::tribool() const;
151140

152141
// Overload to detect null values
153-
void set(IfcUtil::IfcBaseInterface* const& value);
142+
void set(IfcUtil::IfcBaseInterface*const & v);
143+
144+
// Overloads to raise exceptions on non-finite values
145+
void set(const double& v);
146+
void set(const std::vector<double>& v);
147+
void set(const std::vector< std::vector<double> >& v);
154148

155149
operator int() const;
156150
operator bool() const;
157151
operator boost::logic::tribool() const;
158-
159152
operator double() const;
160153
operator std::string() const;
161154
operator boost::dynamic_bitset<>() const;

0 commit comments

Comments
 (0)