OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/blocxx?expand=0&rev=52
18 lines
334 B
Diff
18 lines
334 B
Diff
--- configure.in
|
|
+++ configure.in 2010/03/12 17:48:39
|
|
@@ -868,6 +868,14 @@ struct POD
|
|
|
|
BLOCXX_STATIC_ASSERT(std::tr1::is_pod<POD>::value == true);
|
|
|
|
+struct strPOD
|
|
+{
|
|
+ const char * const foo;
|
|
+ const char * const bar;
|
|
+};
|
|
+
|
|
+BLOCXX_STATIC_ASSERT(std::tr1::is_pod<strPOD>::value == true);
|
|
+
|
|
class nonPOD
|
|
{
|
|
private:
|