Eternity_zyc

Results 7 issues of Eternity_zyc

![image](https://user-images.githubusercontent.com/15373993/194992895-f2f3a312-d122-42e5-b0f4-32f40e73223a.png) ![image](https://user-images.githubusercontent.com/15373993/194992947-583fc9eb-9c4f-45e0-8c98-79da536ac72b.png)

Can I use C++11 to integrate this project? XLCellValue.hpp:469:59: error: expected ',' or '>' in template-parameter-list typename std::enable_if

file Vec2Image1m.msg : shm_msgs/Image1m[2] images fastddsgen: fastddsgen -d {src_path} -de final -I . -t {temp_path} -typeros2 -cs {idls_str} ![img_v3_02i3_eda8b31a-f570-4da3-9cd6-58404a93952g](https://github.com/user-attachments/assets/0d531781-e06c-45ee-9455-c014f20ffa26) ![img_v3_02i3_47995073-60e8-4e35-9a35-777fd1552bbg](https://github.com/user-attachments/assets/8b37bc28-01c0-47da-9684-151654322b46) ros2 gen: ![img_v3_02i3_d9a19fff-b384-47e2-bd5a-1fcce0526a4g](https://github.com/user-attachments/assets/bb02dcb8-c154-4e2a-8770-206f166cf60c) fastddsgen m_typeSize value is: 2098236 + 4...

### Please complete the following tasks - [x] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [x] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.82.0 (f6e511eec 2024-10-15)...

C-bug

### Is there an already existing issue for this? - [X] I have searched the existing issues ### Expected behavior The publisher is publishing RGB data of around 3MB at...

in progress

``` $if(struct.scopedname.first()=="shm_msgs")$` // Skip NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT for shm_msgs namespace $else$ #ifndef SWIG #include NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT($struct.name$,$\n$$struct.members:{m |$m.name$}; separator=", "$) #endif $endif$ ``` How to add string condition matching judgment to the. stg template?...

``` $if(struct.scopedname.first()=="shm_msgs")$` // Skip NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT for shm_msgs namespace $else$ #ifndef SWIG #include NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT($struct.name$,$\n$$struct.members:{m |$m.name$}; separator=", "$) #endif $endif$ ``` or ``` $if(someflag)$ #include NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT($struct.name$,$\n$$struct.members:{m |$m.name$}; separator=", "$) #endif ```