mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
use boost's blank instead of none_t
This commit is contained in:
committed by
Thomas Krijnen
parent
1b9a28d799
commit
d7c275e941
@@ -59,7 +59,7 @@ namespace IfcWrite {
|
||||
private:
|
||||
boost::variant<
|
||||
// A null argument, it will always serialize to $
|
||||
boost::none_t,
|
||||
boost::blank,
|
||||
// A derived argument, it will always serialize to *
|
||||
Derived,
|
||||
// An integer argument, e.g. 123
|
||||
|
||||
Reference in New Issue
Block a user