add a CVC4_UNDEFINED keyword, for intentionally undefined functions (like private...
authorMorgan Deters <mdeters@gmail.com>
Sun, 24 Oct 2010 02:44:35 +0000 (02:44 +0000)
committerMorgan Deters <mdeters@gmail.com>
Sun, 24 Oct 2010 02:44:35 +0000 (02:44 +0000)
commitd8a8f335f4043a0117f2b92af3d1e94f285e4d30
tree93b52c3f70c6ccd0614aa00ae09054ae6ca625a9
parent237995ce0e7f47b826e26c0afb317cf5e3174879
add a CVC4_UNDEFINED keyword, for intentionally undefined functions (like private copy constructors and assignment, for instance) that generates better, compile-time error messages if the function is used (before, you'd have to wait until link time); also some minor cleanup
src/context/cdlist_context_memory.h
src/expr/expr_manager_template.h
src/expr/node_manager.h
src/include/cvc4_public.h
src/theory/output_channel.h
src/util/options.h