]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/string.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / include / xbt / string.hpp
index 15bf86d824891339f9fd204fb67828072d9eada7..bb237f03decb7a56fdf11d5fe2e4b230dcbe7327 100644 (file)
@@ -54,7 +54,7 @@ struct string_data {
  *  * the [C++11-conforming implementation](https://gcc.gnu.org/gcc-5/changes.html)
  *    does not use refcouting/COW but has a small string optimization.
  */
-XBT_PUBLIC_CLASS string : private string_data {
+class XBT_PUBLIC string : private string_data {
   static char NUL;
 
 public: