¡@

Home 

c++ Programming Glossary: breakage

std::locale breakage on MacOS 10.6 with LANG=en_US.UTF-8

http://stackoverflow.com/questions/1745045/stdlocale-breakage-on-macos-10-6-with-lang-en-us-utf-8

locale breakage on MacOS 10.6 with LANG en_US.UTF 8 I have a C application.. the C standard library and boost. I recently observed some breakage in the app that I'm having difficulty understanding. Basically.. to run without issues. But I'm surprised I'm seeing this breakage in the default configuration. My questions are Is this expected..

Experience using Boost.Log logging library? [closed]

http://stackoverflow.com/questions/3510473/experience-using-boost-log-logging-library

you are not afraid to use bleeding edge versions or future breakage then go for it. It's really nice to use as it is in its current..

how to make an application thread safe?

http://stackoverflow.com/questions/5125241/how-to-make-an-application-thread-safe

use it get it wrong in some subtle ways and it's prone to breakage by the low level caveat. That's an incomplete checklist. I'll..

name hiding and fragile base problem

http://stackoverflow.com/questions/5928535/name-hiding-and-fragile-base-problem

With hiding you haven't changed the behaviour and such breakage is only possible if you explicitly disable hiding with a using..

Can standard container templates be instantiated with incomplete types?

http://stackoverflow.com/questions/8329826/can-standard-container-templates-be-instantiated-with-incomplete-types

I've even tried it before. It's the same as the example of breakage in the article that @Ise linked. However while the article seems..