2
0
mirror of https://github.com/boostorg/system.git synced 2026-01-30 08:22:12 +00:00
Files
system/test/after_main_test_2.cpp
2018-09-22 15:17:47 +03:00

11 lines
237 B
C++

// Copyright 2018 Peter Dimov.
// Distributed under the Boost Software License, Version 1.0.
#include <boost/system/error_code.hpp>
#include <cerrno>
using namespace boost::system;
static error_code e2( ENOENT, generic_category() );