24/03/2021 05:26, Tyler Retzlaff: > +#ifndef __cplusplus > #ifndef asm > #define asm __asm__ > #endif > +#endif
It requires more explanations. Which compilers do not define asm? What happens with C++ if asm is undefined?
24/03/2021 05:26, Tyler Retzlaff: > +#ifndef __cplusplus > #ifndef asm > #define asm __asm__ > #endif > +#endif
It requires more explanations. Which compilers do not define asm? What happens with C++ if asm is undefined?