X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMPMCPipeline.h;h=d480c16700cd9ad8e575bd678369f1b7f7349a8a;hb=99a7f38378ae291d89e12e66dca7866485fb45b6;hp=4eae16439906f4fd859be9966cf33adb283a6c58;hpb=22afce906d7e98d95f8c45c3301072d9fd891d41;p=folly.git diff --git a/folly/MPMCPipeline.h b/folly/MPMCPipeline.h index 4eae1643..d480c167 100644 --- a/folly/MPMCPipeline.h +++ b/folly/MPMCPipeline.h @@ -1,5 +1,5 @@ /* - * Copyright 2014 Facebook, Inc. + * Copyright 2015 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ #include -#include "folly/detail/MPMCPipelineDetail.h" +#include namespace folly { @@ -176,7 +176,7 @@ template class MPMCPipeline { * Default-construct pipeline. Useful to move-assign later, * just like MPMCQueue, see MPMCQueue.h for more details. */ - MPMCPipeline() { } + MPMCPipeline() = default; /** * Construct a pipeline with N+1 queue sizes. @@ -282,4 +282,3 @@ template class MPMCPipeline { } // namespaces -