source: mainline/uspace/lib/cpp/include/__bits/regex.hpp@ 95feb3e9

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

Update headers in C++ files

  • Property mode set to 100644
File size: 198 bytes
RevLine 
[13f7525]1/*
[b57ba05]2 * SPDX-FileCopyrightText: 2018 Jaroslav Jindrak
[13f7525]3 *
[b57ba05]4 * SPDX-License-Identifier: BSD-3-Clause
[13f7525]5 */
6
[b57a3ee]7#ifndef LIBCPP_BITS_REGEX
8#define LIBCPP_BITS_REGEX
[13f7525]9
10#error "<regex> is not implemented"
11
12#endif
Note: See TracBrowser for help on using the repository browser.