cxx: Place beta API declarations behind ifdef
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 1 Nov 2017 12:59:17 +0000 (21:59 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 7 Nov 2017 00:57:24 +0000 (09:57 +0900)
commit3f64dcc521ce6709beb9355cca31a99a940c18be
tree854e540d8c16a5d0b045222b7b79d6f1a8560fb0
parent2dd1e59a4cf77d29232c8b592990eb6db9846657
cxx: Place beta API declarations behind ifdef

NOTE: protected APIs are placed behind ifdef as well in the
implementation file. This makes sense since the define is required for
the C code to compile, but this isn't what @protected means.
src/lib/eolian_cxx/grammar/base_class_definition.hpp
src/lib/eolian_cxx/grammar/class_definition.hpp
src/lib/eolian_cxx/grammar/function_declaration.hpp