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