Stack Exchange
Stack Overflow
  • Questions
  • Tags
  • Users
  • About
Stack Overflow
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

Marco A.

43,032
reputation
26
132
246
  • Italy
  • Member since March 25 2011
  • 4573 profile views
  • Last seen Sep 01 '23 at 08:31

Former NVIDIA and AWS engineer.

Don't take anything I say for granted: I'm always learning.


  • Gold badge in the c++ tag

Some of my favorite answers and questions

  • gcc and clang implicitly instantiate template arguments during operator overload resolution
  • In overload resolution, does selection of a function that uses the ambiguous conversion sequence necessarily result in the call being ill-formed?
  • clang fails replacing a statement if it contains a macro
  • c++11 constexpr flatten list of std::array into array
  • Is a program compiled with -g gcc flag slower than the same program compiled without -g?
  • How is clang able to steer C/C++ code optimization?
  • Newton Raphson with SSE2 - can someone explain me these 3 lines
  • Clang compilation works while gcc doesn't for diamond inheritance