X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Finit.h;h=bf7fac3a6721172548a6f3f43a43a5353fb2ea52;hp=7b76d6bca28dc974bd76a2d3ce5ad3cfdd9ee8eb;hb=2402fb1beb25ec532cea91c8dfbb9425eb5bdf48;hpb=264957da64a35ca977799720ab436890d0dbf6f7 diff --git a/cds/init.h b/cds/init.h index 7b76d6bc..bf7fac3a 100644 --- a/cds/init.h +++ b/cds/init.h @@ -65,7 +65,7 @@ namespace cds { { CDS_UNUSED( nFeatureFlags ); - if ( cds::details::init_first_call() ) + if ( cds::details::init_first_call()) { cds::OS::topology::init(); cds::threading::ThreadData::s_nProcCount = cds::OS::topology::processor_count(); @@ -85,7 +85,7 @@ namespace cds { */ static inline void Terminate() { - if ( cds::details::fini_last_call() ) { + if ( cds::details::fini_last_call()) { cds::threading::Manager::fini(); cds::OS::topology::fini();