Skip to content
Snippets Groups Projects
Commit 0ec8f9f9 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Protect semi-private header.

parent 7a110f6f
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@
#ifndef RWrap_libcpp_string_view_h
#define RWrap_libcpp_string_view_h
#ifndef RStringView_H
#error "Do not use RWrap_libcpp_string_view.h directly. #include \"RStringView.h\" instead."
#endif // RStringView_H
// In case we are connected with a libc++ which defines those, we need
// to include it first, so we avoid being silently over-ridden.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment