Cengizhan Pasaoglu

Results 10 issues of Cengizhan Pasaoglu

### Zig Version 0.11.0-dev.38+b40fc7018/ ### Steps to Reproduce and Observed Behavior I have a simple code block to execute into WASM environment. ```zig const std = @import("std"); pub fn main()...

bug

**Describe your environment** In OTLP project, there are two different build mechanisms which one of them could be used for compilation different targets. Also, it would be helpful to maintain...

bug
help wanted
good first issue
do-not-stale

Starting from this module, I want to use modern C++ features such as: - Use `nullptr` instead of 0. - Use `auto` instead of iterator type itself. - Use `default`...

In line 541, The directory path was defined over `PROJECT_BINARY_DIR` variable but it must be calculated over `BASEDIR` variable because all base directory paths are assigned to this variable eventually....

C++ compiler version: 10.2.1 Hazelcast Cpp client version: 5.0.0 Hazelcast server version: - Number of the clients: - Cluster size, i.e. the number of Hazelcast cluster members: Linux OS version...

C++ compiler version: GNU 10.2.1 Hazelcast Cpp client version: 5.2.1 Hazelcast server version: 5.0.0 Number of the clients: - Cluster size, i.e. the number of Hazelcast cluster members: OS version...

I tried to fix that issue by adding `BOOST_NO_RTTI ` preprocessor definition and type_index solution of Boost itself which I created PR #164. In my opinion, `dynamic_cast_tag` struct must be...

Boost Version : 1.78 GCC Version : 11.2.0 When we try to compile `Boost::Interprocess` component with disabling **RTTI** (via `-fno-rtti` option with GCC) cause a compilation error due to standard...

In our scenario, there are two processes(one side 32-bit and other one 64-bit) communicate with each other over shared memory. Boost Version : 1.70.0 Compiler Version : gcc 7.4.0 Here...

### Describe the bug Try to compile with CMake 3.28.1 Error info: ``` error[E0512]: cannot transmute between types of different sizes, or dependently-sized types --> /home/cngzhnp/.cpm/zenoh-c/b977a0d3736aca1b432d213551a801f1f22d34c4/src/lib.rs:80:26 | 80 | unsafe...

bug