Style fixes.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef ARBUTILS_LIST_HPP
|
||||
#define ARBUTILS_LIST_HPP
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
#include "../Exception.hpp"
|
||||
|
||||
namespace ArbUt {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "../Ensure.hpp"
|
||||
|
||||
|
||||
namespace ArbUt {
|
||||
/// @brief A unique pointer is used to indicate a pointer that is owned by its holder, and will be deleted when its
|
||||
/// owner is deleted. As with all Arbutils pointers, this cannot be assigned null. Use an OptionalUniquePtr for
|
||||
|
||||
Reference in New Issue
Block a user