summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/regex
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-03-15 13:35:56 +0300
committerarcadia-devtools <[email protected]>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /contrib/restricted/boost/libs/regex
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/restricted/boost/libs/regex')
-rw-r--r--contrib/restricted/boost/libs/regex/ya.make44
1 files changed, 0 insertions, 44 deletions
diff --git a/contrib/restricted/boost/libs/regex/ya.make b/contrib/restricted/boost/libs/regex/ya.make
deleted file mode 100644
index dd36cfa1f6c..00000000000
--- a/contrib/restricted/boost/libs/regex/ya.make
+++ /dev/null
@@ -1,44 +0,0 @@
-LIBRARY()
-
-LICENSE(BSL-1.0)
-
-LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-
-OWNER(
- antoshkka
- g:cpp-committee
- g:cpp-contrib
-)
-
-INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc)
-
-PEERDIR(
- ${BOOST_ROOT}
- contrib/libs/icu
-)
-
-CFLAGS(
- -DBOOST_HAS_ICU
-)
-
-SRCS(
- src/c_regex_traits.cpp
- src/cpp_regex_traits.cpp
- src/cregex.cpp
- src/fileiter.cpp
- src/icu.cpp
- src/instances.cpp
- src/posix_api.cpp
- src/regex.cpp
- src/regex_debug.cpp
- src/regex_raw_buffer.cpp
- src/regex_traits_defaults.cpp
- src/static_mutex.cpp
- src/usinstances.cpp
- src/w32_regex_traits.cpp
- src/wc_regex_traits.cpp
- src/wide_posix_api.cpp
- src/winstances.cpp
-)
-
-END()