source: mainline/uspace/lib/cpp/src/__bits/trycatch.cpp@ e49d0ac

Last change on this file since e49d0ac was b57ba05, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago

Update headers in C++ files

  • Property mode set to 100644
File size: 175 bytes
RevLine 
[e7970fe]1/*
[b57ba05]2 * SPDX-FileCopyrightText: 2018 Jaroslav Jindrak
[e7970fe]3 *
[b57ba05]4 * SPDX-License-Identifier: BSD-3-Clause
[e7970fe]5 */
6
[7bbf91e]7#include <__bits/trycatch.hpp>
[e7970fe]8
9bool ::std::aux::exception_thrown{false};
Note: See TracBrowser for help on using the repository browser.