22#ifndef NDN_CXX_UTIL_SCOPE_HPP
23#define NDN_CXX_UTIL_SCOPE_HPP
25#define scope_CONFIG_SELECT_SCOPE scope_SCOPE_NONSTD
26#include "ndn-cxx/detail/nonstd/scope-lite.hpp"
30using ::nonstd::scope_exit;
31using ::nonstd::scope_fail;
32using ::nonstd::scope_success;
34using ::nonstd::make_scope_exit;
35using ::nonstd::make_scope_fail;
36using ::nonstd::make_scope_success;