Add C++14 standard [[deprecated]] attribute
authorTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>
Sat, 19 Nov 2016 13:08:48 +0000 (22:08 +0900)
committerTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>
Sat, 19 Nov 2016 13:08:48 +0000 (22:08 +0900)
commitb4db9d7e35e67f509b6d6741efddd8ec087398a2
treec2b995e925b569c649f5f21a5e6f0b68f2618fde
parenta38cbf9f62a9d7200086b9965745ad7330cac259
Add C++14 standard [[deprecated]] attribute

See also
For __cplusplus predefined macro, https://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html
For [[deprecated]] attribute, https://isocpp.org/wiki/faq/cpp14-language#deprecated-attribute
lib/lz4.h