File tree Expand file tree Collapse file tree 4 files changed +5
-2583
lines changed Expand file tree Collapse file tree 4 files changed +5
-2583
lines changed Original file line number Diff line number Diff line change 5
5
* inst/include/Rcpp/DottedPair.h: Idem
6
6
* inst/include/Rcpp/Vector.h: Idem
7
7
* inst/include/Rcpp/Function.h: Idem
8
+ * inst/include/Rcpp/internal/call.h: Idem
9
+ * inst/include/Rcpp/InternalFunctionWithStdFunction.h: Idem
8
10
9
11
* inst/include/Rcpp/module/Module_generated_class_constructor.h: Removed
10
12
* inst/include/Rcpp/module/Module_generated_class_factory.h: Idem
14
16
* inst/include/Rcpp/generated/DottedPair__ctors.h: Idem
15
17
* inst/include/Rcpp/generated/Vector__create.h: Idem
16
18
* inst/include/Rcpp/generated/Function__operator.h: Idem
19
+ * inst/include/Rcpp/generated/InternalFunctionWithStdFunction_call.h: Idem
17
20
18
21
2025-03-15 Dirk Eddelbuettel <
[email protected] >
19
22
Original file line number Diff line number Diff line change 1
- // -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
2
1
//
3
2
// InternalFunction_with_std_function.h: Rcpp R/C++ interface class library -- exposing C++ std::function's
4
3
//
5
- // Copyright (C) 2014 Christian Authmann
6
- // Copyright (C) 2015 Romain Francois and Dirk Eddelbuettel
4
+ // Copyright (C) 2014 - 2025 Christian Authmann
5
+ // Copyright (C) 2015 - 2025 Romain Francois and Dirk Eddelbuettel
7
6
//
8
7
// This file is part of Rcpp.
9
8
//
23
22
#ifndef Rcpp_InternalFunctionWithStdFunction_h
24
23
#define Rcpp_InternalFunctionWithStdFunction_h
25
24
26
- #if defined(HAS_VARIADIC_TEMPLATES)
27
25
#include < Rcpp/internal/call.h>
28
- #endif
29
26
#include < functional>
30
27
31
28
namespace Rcpp {
32
29
33
30
namespace InternalFunctionWithStdFunction {
34
- #if !defined(HAS_VARIADIC_TEMPLATES) && !defined(RCPP_USING_CXX11)
35
- #include < Rcpp/generated/InternalFunctionWithStdFunction_call.h>
36
- #endif
37
31
38
32
template <typename RESULT_TYPE, typename ... Args>
39
33
class CppFunctionBaseFromStdFunction : public CppFunctionBase {
You can’t perform that action at this time.
0 commit comments