Skip to content

Commit

Permalink
Regenerate more source files for sim_cpp11 change (#5162)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMGiroux authored and GitHub Enterprise committed Jan 15, 2025
1 parent 1c047e5 commit cc781e1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion groups/bdl/bdlc/bdlc_flathashtable.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,16 @@
#include <bsls_compilerfeatures.h>

#if BSLS_COMPILERFEATURES_SIMULATE_CPP11_FEATURES
// clang-format off
// Include version that can be compiled with C++03
// Generated on Thu Dec 5 16:23:13 2024
// Generated on Wed Jan 15 11:40:39 2025
// Command line: sim_cpp11_features.pl bdlc_flathashtable.t.cpp

# define COMPILING_BDLC_FLATHASHTABLE_T_CPP
# include <bdlc_flathashtable_cpp03.t.cpp>
# undef COMPILING_BDLC_FLATHASHTABLE_T_CPP

// clang-format on
#else

using namespace BloombergLP;
Expand Down
6 changes: 5 additions & 1 deletion groups/bsl/bslmf/bslmf_nthparameter.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@
#include <bsls_compilerfeatures.h>

#if BSLS_COMPILERFEATURES_SIMULATE_CPP11_FEATURES
// clang-format off
// Include version that can be compiled with C++03
// Generated on Thu Oct 21 10:11:37 2021
// Generated on Wed Jan 15 11:40:30 2025
// Command line: sim_cpp11_features.pl bslmf_nthparameter.t.cpp

# define COMPILING_BSLMF_NTHPARAMETER_T_CPP
# include <bslmf_nthparameter_cpp03.t.cpp>
# undef COMPILING_BSLMF_NTHPARAMETER_T_CPP

// clang-format on
#else

using namespace BloombergLP;
Expand Down
6 changes: 5 additions & 1 deletion groups/bsl/bslstl/bslstl_function_invokerutil.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@
#include <stdlib.h> // `atoi`, `size_t`

#if BSLS_COMPILERFEATURES_SIMULATE_CPP11_FEATURES
// clang-format off
// Include version that can be compiled with C++03
// Generated on Thu Oct 21 10:11:37 2021
// Generated on Wed Jan 15 11:40:33 2025
// Command line: sim_cpp11_features.pl bslstl_function_invokerutil.t.cpp

# define COMPILING_BSLSTL_FUNCTION_INVOKERUTIL_T_CPP
# include <bslstl_function_invokerutil_cpp03.t.cpp>
# undef COMPILING_BSLSTL_FUNCTION_INVOKERUTIL_T_CPP

// clang-format on
#else

using namespace BloombergLP;
Expand Down
6 changes: 5 additions & 1 deletion groups/bsl/bslstl/bslstl_queue.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@
#include <utility> // move

#if BSLS_COMPILERFEATURES_SIMULATE_CPP11_FEATURES
// clang-format off
// Include version that can be compiled with C++03
// Generated on Mon Nov 22 15:36:14 2021
// Generated on Wed Jan 15 11:40:33 2025
// Command line: sim_cpp11_features.pl bslstl_queue.t.cpp

# define COMPILING_BSLSTL_QUEUE_T_CPP
# include <bslstl_queue_cpp03.t.cpp>
# undef COMPILING_BSLSTL_QUEUE_T_CPP

// clang-format on
#else

// ============================================================================
Expand Down

0 comments on commit cc781e1

Please sign in to comment.