aboutsummaryrefslogtreecommitdiff
path: root/include/trygvis
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-07-27 11:45:12 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-07-27 19:28:29 +0200
commit7ab005681a15ef2f4b60d8fce866731aa028f7b9 (patch)
treee2d27e116defcdd8a3d9eac9b3db7408416fdfbc /include/trygvis
parenta8256910d40a0eee85bf539a3f120c9d92485f3f (diff)
downloadkicad-utils-7ab005681a15ef2f4b60d8fce866731aa028f7b9.tar.gz
kicad-utils-7ab005681a15ef2f4b60d8fce866731aa028f7b9.tar.bz2
kicad-utils-7ab005681a15ef2f4b60d8fce866731aa028f7b9.tar.xz
kicad-utils-7ab005681a15ef2f4b60d8fce866731aa028f7b9.zip
o Support for Intel Quark D2000 chip.
Diffstat (limited to 'include/trygvis')
-rw-r--r--include/trygvis/kicad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trygvis/kicad.h b/include/trygvis/kicad.h
index ae67673..e555e9c 100644
--- a/include/trygvis/kicad.h
+++ b/include/trygvis/kicad.h
@@ -9,6 +9,7 @@ namespace trygvis {
namespace kicad {
template<typename T>
using opt = std::experimental::optional<T>;
+using std::experimental::nullopt;
} // namespace kicad
} // namespace trygvis