Eternity_zyc
Eternity_zyc
 
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}   ros2 gen:  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)...
### 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...
``` $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 ```