forked from boostorg/system
10 lines
213 B
C++
10 lines
213 B
C++
|
|
// Copyright 2018 Peter Dimov.
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
|
|
#include <boost/system/error_code.hpp>
|
|
|
|
using namespace boost::system;
|
|
|
|
static error_code e1( 1, system_category() );
|