You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wx-...@googlegroups.com
This only appeared when I was compiling my solution from the command
line (via msbuild). When compiled in the IDE, there is no warning.
'wxStdOutputStream': deriving from the base class
'std::basic_ostream<char,std::char_traits<char>>' can cause potential
runtime issues due to an ABI bug. Recommend adding a 4-byte data member
to the base class for the padding at the end of it to work around this bug.
Not sure what the issue they're referring to (I didn't search)... Hoping
since I always compile all my libs and exes with the same compiler
(never relying on ABI!) that things will be ok... (I added a `#pragma
warning(disable : 5291)` in my code to ignore this.