ext/include/iv/location.h in iv-phonic-0.0.7 vs ext/include/iv/location.h in iv-phonic-0.0.8

- old
+ new

@@ -21,9 +21,11 @@ inline void set_end_position(std::size_t end) { end_position_ = end; } }; +#if defined(__GNUC__) && (__GNUC__ >= 4) && (__GNUC_MINOR__ >= 3) IV_STATIC_ASSERT(std::tr1::is_pod<Location>::value); +#endif } } // namespace iv::core #endif // _IV_LOCATION_H_