WebNotifier example

- added WebNotifier example
- fixed/tidied up SOO alignment code
This commit is contained in:
Aleksandar Fabijanic
2013-05-30 23:23:37 -05:00
parent e5eaffb790
commit bc808cf9d4
27 changed files with 4143 additions and 123 deletions

View File

@@ -101,8 +101,12 @@
// cases when value holder fits into POCO_SMALL_OBJECT_SIZE
// (see below).
//
// !!! NOTE: Any/Dynamic::Var SOO may NOT work reliably
// !!! without C++11 (std::aligned_storage in particular)
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// !!! NOTE: Any/Dynamic::Var SOO will NOT work reliably !!!
// !!! without C++11 (std::aligned_storage in particular). !!!
// !!! Only comment this out if your compiler has support !!!
// !!! for std::aligned_storage. !!!
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//
#define POCO_NO_SOO