diff --git a/groups/bdl/bdlc/bdlc_flathashtable.t.cpp b/groups/bdl/bdlc/bdlc_flathashtable.t.cpp index cc14c57602..b0425381ca 100644 --- a/groups/bdl/bdlc/bdlc_flathashtable.t.cpp +++ b/groups/bdl/bdlc/bdlc_flathashtable.t.cpp @@ -45,12 +45,16 @@ #include #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 # undef COMPILING_BDLC_FLATHASHTABLE_T_CPP + +// clang-format on #else using namespace BloombergLP; diff --git a/groups/bsl/bslmf/bslmf_nthparameter.t.cpp b/groups/bsl/bslmf/bslmf_nthparameter.t.cpp index 7f401a3cdd..1d5b199c9d 100644 --- a/groups/bsl/bslmf/bslmf_nthparameter.t.cpp +++ b/groups/bsl/bslmf/bslmf_nthparameter.t.cpp @@ -13,12 +13,16 @@ #include #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 # undef COMPILING_BSLMF_NTHPARAMETER_T_CPP + +// clang-format on #else using namespace BloombergLP; diff --git a/groups/bsl/bslstl/bslstl_function_invokerutil.t.cpp b/groups/bsl/bslstl/bslstl_function_invokerutil.t.cpp index ab98063d18..afc2ab25b8 100644 --- a/groups/bsl/bslstl/bslstl_function_invokerutil.t.cpp +++ b/groups/bsl/bslstl/bslstl_function_invokerutil.t.cpp @@ -15,12 +15,16 @@ #include // `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 # undef COMPILING_BSLSTL_FUNCTION_INVOKERUTIL_T_CPP + +// clang-format on #else using namespace BloombergLP; diff --git a/groups/bsl/bslstl/bslstl_queue.t.cpp b/groups/bsl/bslstl/bslstl_queue.t.cpp index 8868447f14..68b490ce03 100644 --- a/groups/bsl/bslstl/bslstl_queue.t.cpp +++ b/groups/bsl/bslstl/bslstl_queue.t.cpp @@ -42,12 +42,16 @@ #include // 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 # undef COMPILING_BSLSTL_QUEUE_T_CPP + +// clang-format on #else // ============================================================================