util: import nonstd::get into namespace ndn, for use with variant
Change-Id: Ie2b608bf6f5d4d5a96c483243f390976bb6c8085
diff --git a/ndn-cxx/util/backports.hpp b/ndn-cxx/util/backports.hpp
index eeea5b6..adb8d03 100644
--- a/ndn-cxx/util/backports.hpp
+++ b/ndn-cxx/util/backports.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2013-2018 Regents of the University of California.
+ * Copyright (c) 2013-2019 Regents of the University of California.
*
* This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
*
@@ -104,10 +104,11 @@
using ::nonstd::variant;
using ::nonstd::bad_variant_access;
using ::nonstd::monostate;
-using ::nonstd::visit;
-using ::nonstd::holds_alternative;
-using ::nonstd::get_if;
using ::nonstd::variant_npos;
+using ::nonstd::get;
+using ::nonstd::get_if;
+using ::nonstd::holds_alternative;
+using ::nonstd::visit;
} // namespace ndn