We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5538b commit 5edf9fdCopy full SHA for 5edf9fd
inst/include/Rcpp/exceptions_impl.h
@@ -18,6 +18,9 @@
18
// You should have received a copy of the GNU General Public License
19
// along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
20
21
+#ifndef Rcpp__exceptions_impl__h
22
+#define Rcpp__exceptions_impl__h
23
+
24
// disable demangler on platforms where we have no support
25
#ifndef RCPP_DEMANGLER_ENABLED
26
# if defined(_WIN32) || \
@@ -102,3 +105,4 @@ namespace Rcpp {
102
105
103
106
}
104
107
108
+#endif
0 commit comments