mirror of https://github.com/CGAL/cgal
recbuffer now header-only
This commit is contained in:
parent
8bd1fd196c
commit
ae11a78b8e
File diff suppressed because it is too large
Load Diff
|
|
@ -195,5 +195,9 @@ extern void Recbuffer_verbose ( );
|
|||
extern void Recbuffer_noverbose ( );
|
||||
|
||||
|
||||
#ifdef CGAL_HEADER_ONLY
|
||||
#include "recbuffer_impl.h"
|
||||
#endif // CGAL_HEADER_ONLY
|
||||
|
||||
|
||||
#endif /* _recbuffer_h_ */
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue