|
192 | 192 |
|
193 | 193 | #if BSLS_COMPILERFEATURES_SIMULATE_CPP11_FEATURES
|
194 | 194 | // Include version that can be compiled with C++03
|
195 |
| -// Generated on Tue Oct 15 17:39:53 2024 |
| 195 | +// Generated on Fri Feb 14 17:43:15 2025 |
196 | 196 | // Command line: sim_cpp11_features.pl bmqu_operationchain.h
|
197 |
| -#define COMPILING_BMQU_OPERATIONCHAIN_H |
198 |
| -#include <bmqu_operationchain_cpp03.h> |
199 |
| -#undef COMPILING_BMQU_OPERATIONCHAIN_H |
| 197 | +# define COMPILING_BMQU_OPERATIONCHAIN_H |
| 198 | +# include <bmqu_operationchain_cpp03.h> |
| 199 | +# undef COMPILING_BMQU_OPERATIONCHAIN_H |
200 | 200 | #else
|
201 | 201 |
|
202 | 202 | namespace BloombergLP {
|
@@ -301,7 +301,7 @@ class OperationChain_CompletionCallbackWrapper {
|
301 | 301 |
|
302 | 302 | public:
|
303 | 303 | // ACCESSORS
|
304 |
| -#if !BSLS_COMPILERFEATURES_SIMULATE_CPP11_FEATURES // $var-args=9 |
| 304 | +#if !BSLS_COMPILERFEATURES_SIMULATE_CPP11_FEATURES // $var-args=9 |
305 | 305 |
|
306 | 306 | /// Invoke the associated completion callback with the specified `args`
|
307 | 307 | /// arguments and notify the associated operation chain. Propagate any
|
@@ -806,7 +806,7 @@ inline OperationChain_CompletionCallbackWrapper<CO_CALLBACK>::
|
806 | 806 | }
|
807 | 807 |
|
808 | 808 | // ACCESSORS
|
809 |
| -#if !BSLS_COMPILERFEATURES_SIMULATE_CPP11_FEATURES // $var-args=9 |
| 809 | +#if !BSLS_COMPILERFEATURES_SIMULATE_CPP11_FEATURES // $var-args=9 |
810 | 810 | template <class CO_CALLBACK>
|
811 | 811 | template <class... ARGS>
|
812 | 812 | inline void OperationChain_CompletionCallbackWrapper<CO_CALLBACK>::operator()(
|
@@ -1021,6 +1021,6 @@ inline void bmqu::swap(OperationChainLink& lhs,
|
1021 | 1021 |
|
1022 | 1022 | } // close enterprise namespace
|
1023 | 1023 |
|
1024 |
| -#endif // End C++11 code |
| 1024 | +#endif // End C++11 code |
1025 | 1025 |
|
1026 | 1026 | #endif
|
0 commit comments