# file      : cxx/serializer/error-handling/buildfile
# license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

# Note that none of the parser mapping test drivers provides a default
# allocator.
#
da = (!$custom_allocator || $default_allocator)

./: codes/:      include = (!$exceptions && $iostream && $da)
./: exceptions/: include = ( $exceptions && $iostream && $da)
