Fixed files encoding (#46)
[libcds.git] / cds / gc / details / dhp.h
index 5825a9cc65b49009f83528cdd037dd7672106c4d..017d8d3d4e65b470152b10f34d00b8fb132e342a 100644 (file)
@@ -542,7 +542,7 @@ namespace cds { namespace gc {
             public: // for ThreadGC.
                 /*
                     GCC cannot compile code for template versions of ThreadGC::allocGuard/freeGuard,
-                    the compiler produces error: \91cds::gc::dhp::details::guard_data* cds::gc::dhp::details::guard::m_pGuard\92 is protected
+                    the compiler produces error: 'cds::gc::dhp::details::guard_data* cds::gc::dhp::details::guard::m_pGuard' is protected
                     despite the fact that ThreadGC is declared as friend for guard class.
                     Therefore, we have to add set_guard/get_guard public functions
                 */