VC14 preview compatibility
[libcds.git] / cds / algo / backoff_strategy.h
index 75f43e347f28c3a0666283032946f4cf108838fb..8b02d1bac43d4f1b670419bdfc33b19308c20710 100644 (file)
@@ -216,7 +216,7 @@ namespace cds {
         public:
             typedef SpinBkoff  spin_backoff    ;   ///< spin back-off strategy
             typedef YieldBkoff yield_backoff   ;   ///< yield back-off strategy
-            typedef Tag         impl_tag        ;   ///< implementation separation tag
+            typedef Tag        impl_tag        ;   ///< implementation separation tag
 
             static size_t s_nExpMin ;   ///< Default minimum spinning bound (16)
             static size_t s_nExpMax ;   ///< Default maximum spinning bound (16384)