File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ def get_rclcpp_suffix_from_features(features):
141
141
}; \
142
142
@ [ end if ] \
143
143
@ [ if ' stream' in feature_combination]@
144
- std :: stringstream ss ; \
145
- ss << @ (stream_arg); \
144
+ std :: stringstream rclcpp_stream_ss_ ; \
145
+ rclcpp_stream_ss_ << @ (stream_arg); \
146
146
@ [ end if ]@
147
147
RCUTILS_LOG_@ (severity)@ (get_suffix_from_features (feature_combination))_NAMED ( \
148
148
@ {params = [' get_time_point' if p == ' clock' and ' throttle' in feature_combination else p for p in params]}@
@@ -153,7 +153,7 @@ def get_rclcpp_suffix_from_features(features):
153
153
@ [ if ' stream' not in feature_combination]@
154
154
__VA_ARGS__); \
155
155
@ [ else ]@
156
- " %s" , ss .str ().c_str ()); \
156
+ " %s" , rclcpp_stream_ss_ .str ().c_str ()); \
157
157
@ [ end if ]@
158
158
} while (0 )
159
159
You can’t perform that action at this time.
0 commit comments