Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / examples / Export / README
blob143f1dc3394fb06383169ca531d528dcf7209443
3 The Export example is just an example that both shows off and tests
4 the macros created by generate_export_file.pl (or the earlier
5 GenExportH.bat).  These macros are used to properly export functions
6 and classes from a Win32 DLL.  On other platforms these macros expand
7 to nothing (since shared objects just export everything).